summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commanditem.java
Commit message (Expand)AuthorAgeLines
* Converted emulated player class calls to use base class.KHobbits2014-04-13-3/+3
* Future Java versions may not support _ as identifier.FearFree2014-03-22-4/+4
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-1/+1
* More cleanupKHobbits2013-07-07-1/+1
* [Fix] Move allowunsafe enchant perm to: essentials.enchantments.allowunsafeKHobbits2013-03-09-1/+1
* cleanup :: fix buildIaccidentally2013-01-31-1/+0
* Move firework meta handling into MetaItemStackKHobbits2013-01-19-5/+4
* 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/+7
* Pull item meta from itemdb classKHobbits2013-01-12-5/+5
* Enchantment and item spawning cleanupKHobbits2013-01-06-34/+14
* Allow unsafe enchantments in /item /give /kit and /enchantKHobbits2012-12-29-5/+12
* Update Inventory Workaround to the latest versionsnowleo2012-12-19-2/+2
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-1/+1
* Throw syntax error on /item, if syntax is wrong.KHobbits2012-04-14-30/+35
* More cleanupsnowleo2011-12-06-1/+1
* Readded because of popular demand: default-stack-size for /give and /item, va...snowleo2011-12-04-2/+13
* Changes to /sell /give and /itemsnowleo2011-11-28-1/+5
* Ignore defaultstacksize from config, just use 64snowleo2011-11-28-1/+1
* Revert to the old behavior of oversized stacks. We might remove or change thi...snowleo2011-11-27-1/+1
* Enchantments in CraftBukkit are still broken, but it works with Essentials :)snowleo2011-11-27-1/+2
* Added enchantment to /give and /itemsnowleo2011-11-27-0/+24
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-6/+7
* Code cleanup continued.KHobbits2011-11-18-1/+1
* Command cleanupKHobbits2011-11-18-5/+5
* Correctly charge for the use of commands.snowleo2011-08-27-5/+2
* Merge diff from krnlyng:KHobbits2011-08-10-1/+1
* Heavy cleanup of all classessnowleo2011-07-16-3/+1
* [trunk] translations - halfway thereementalo2011-05-10-3/+4
* Update Inventory after /item and /give. Hopefully fixes too many items bug.snowleo2011-05-09-0/+1
* Minor fix on give and itemsnowleo2011-05-09-5/+5
* [trunk] Updated /item and /give to support the new ItemDb.get()snowleo2011-05-09-6/+1
* [trunk] /item /give, new permissionssnowleo2011-05-02-7/+16
* This is a big refactoring of the user class and more.snowleo2011-05-01-5/+3
* Prevent to give air.snowleo2011-04-21-0/+6
* [trunk] Prevent scam (air, zero items) signs and prevent stacks size lower th...snowleo2011-04-01-2/+4
* Moving all files to trunk.snowleo2011-03-19-0/+45