summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandkit.java
Commit message (Expand)AuthorAgeLines
* Future Java versions may not support _ as identifier.FearFree2014-03-22-9/+9
* Check command cost, before running kit delay check, prevent accidentally dela...KHobbits2014-01-03-2/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-2/+2
* Clarify kit errorsKHobbits2013-09-05-2/+2
* Split util classes.KHobbits2013-06-08-3/+3
* Better handle kit item casting.KHobbits2013-05-27-2/+2
* Use correct getPlayer method to not match offline users.KHobbits2013-03-20-2/+2
* Fix kit messages when giving kit to another player.KHobbits2013-02-10-2/+4
* Move the per kit and warp permissions:KHobbits2012-09-08-2/+2
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-2/+7
* Fix yaml issue with /kitKHobbits2012-08-10-3/+8
* Fix kits to only show to people who can use them.KHobbits2012-06-10-15/+4
* Strip invalid chars from kit namesKHobbits2012-05-19-2/+2
* New ingame command syntax: /kit <kit> <playername>KHobbits2012-04-07-21/+58
* Adding starter/newbie kit to EssentialsSpawnKHobbits2012-03-04-2/+2
* Fixing kits for new config classes.KHobbits2012-02-22-4/+4
* First Refactor of KitsKHobbits2011-12-08-119/+22
* More cleanupsnowleo2011-12-06-1/+1
* Allow oversized stacks in kits.snowleo2011-12-04-1/+9
* Enchantments in CraftBukkit are still broken, but it works with Essentials :)snowleo2011-11-27-1/+2
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-16/+20
* Code cleanup continued.KHobbits2011-11-18-6/+2
* Little more command cleanup.KHobbits2011-11-18-5/+5
* Kits timeout are now saved in user datasnowleo2011-09-30-44/+29
* Correctly charge for the use of commands.snowleo2011-08-27-1/+0
* Prevent that wrong ids are used in /kitsnowleo2011-08-27-1/+2
* Renamed the Charge class to Tradesnowleo2011-06-13-2/+2
* Several bug fixes and cleanup.snowleo2011-06-01-3/+2
* Refactoring: New Charge classsnowleo2011-05-22-3/+5
* Various translation bugfixessnowleo2011-05-16-2/+1
* We now ignore the case, when we read the kits from config.yml.snowleo2011-05-14-2/+2
* [trunk] translations - halfway thereementalo2011-05-10-8/+8
* This is a big refactoring of the user class and more.snowleo2011-05-01-20/+29
* [trunk] Don't expect the values from yaml to be a specific number format.snowleo2011-04-06-1/+1
* [trunk] Removed debug message "Kit is timed"snowleo2011-04-03-1/+1
* Moving all files to trunk.snowleo2011-03-19-0/+150