summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/Kit.java
Commit message (Expand)AuthorAgeLines
* Converted emulated player class calls to use base class.KHobbits2014-04-13-4/+4
* Future Java versions may not support _ as identifier.FearFree2014-03-22-11/+11
* Alternative implementation of unsafe enchant blocking for signs.KHobbits2014-02-19-1/+1
* Split unsafe enchantments in kits to a new config optionsnowleo2014-02-18-1/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-1/+1
* Clean ImportsKHobbits2013-10-11-2/+2
* Update ItemStack reference to getTypeId()GunfighterJ2013-09-17-1/+2
* Clarify kit errorsKHobbits2013-09-05-4/+4
* Prevent inf loop when adding air to kits.KHobbits2013-08-12-0/+5
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+1
* More cleanupKHobbits2013-07-07-1/+1
* Don't drop oversized stacks on the ground if player doesn't have oversized pe...KHobbits2013-06-26-2/+10
* Split util classes.KHobbits2013-06-08-2/+4
* Better handle kit item casting.KHobbits2013-05-27-13/+20
* Ignore extra spaces in kit config.KHobbits2013-05-26-1/+1
* Add indication of when kit's cannot be used yet, in the /kit output.KHobbits2013-05-18-24/+49
* [Feature] Withdraw from trade signs without dropping items as overflow. [EXPE...KHobbits2013-05-06-1/+2
* ECONOMY MADNESS? THIS IS … FIXEDsnowleo2013-05-05-1/+1
* Economy MadnessKHobbits2013-05-05-3/+4
* Throw invalid kit message on invalid delayNecrodoom2013-05-04-1/+10
* cleanupKHobbits2013-05-04-5/+5
* [Feature] Make /kit list kit costs if any are set.KHobbits2013-05-04-1/+12
* Remove ArrayListInputGunfighterJ2013-04-29-2/+2
* Add keyword replacements in kitsGunfighterJ2013-04-29-5/+12
* [Fix] Output proper message if typo'd kitNecrodoom2013-04-28-1/+1
* Don't check people for meta perms when using kits.KHobbits2013-03-07-1/+1
* Add example firework kit, and cleanup debug messages.KHobbits2013-01-19-4/+1
* Move firework meta handling into MetaItemStackKHobbits2013-01-19-1/+1
* Adding support for books made from /einfoKHobbits2013-01-13-1/+1
* Add provisional support for basic item MetaKHobbits2013-01-13-1/+1
* Don't extend ItemStackKHobbits2013-01-12-4/+4
* Pull item meta from itemdb classKHobbits2013-01-12-4/+5
* Fix multiple enchantments in kitsChris Ward2013-01-08-1/+1
* Enchantment and item spawning cleanupKHobbits2013-01-06-53/+15
* Allow unsafe enchantments in /item /give /kit and /enchantKHobbits2012-12-29-12/+20
* Update Inventory Workaround to the latest versionsnowleo2012-12-19-2/+2
* Fix kit timers, kit times more than 25 years will be treated as single use.KHobbits2012-11-27-3/+8
* allow money to be put in kits using the currency symbol before the amountIaccidentally2012-11-04-0/+7
* Move the per kit and warp permissions:KHobbits2012-09-08-1/+1
* Update /kit delay to use updated yaml code.KHobbits2012-09-02-2/+2
* New perm: essentials.kit.exemptdelayKHobbits2012-08-22-0/+4
* Fix yaml issue with /kitKHobbits2012-08-10-0/+1
* Try to be a little more sensible with stored cooldowns.KHobbits2012-06-10-14/+23
* New ingame command syntax: /kit <kit> <playername>KHobbits2012-04-07-1/+1
* Report invalid enchantments in kits.KHobbits2012-04-04-4/+24
* Fix kit enchants for people without oversized stack permission.KHobbits2012-03-26-3/+2
* Improve kit matching, and add enchantments.KHobbits2012-03-22-5/+33
* Adding starter/newbie kit to EssentialsSpawnKHobbits2012-03-04-2/+3
* Capital case for formatting.KHobbits2012-03-03-1/+2
* Force all kits to lowercase.KHobbits2012-03-03-2/+6