summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/ItemDb.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-5/+5
* Add support for vanilla item names from api.KHobbits2014-02-02-22/+42
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-12/+12
* Clean ImportsKHobbits2013-10-11-2/+2
* Use essentials itemdb for charge messages.KHobbits2013-08-15-3/+22
* Cleanup worth and sell messagesKHobbits2013-07-19-1/+6
* Fix worth display bugKHobbits2013-07-14-6/+7
* Add support for /worth all and /worth handKHobbits2013-07-14-5/+12
* Wrap ItemDb accessors and move Item string matching to itemdb class.KHobbits2013-07-13-0/+36
* [API] fix implementation?Iaccidentally2013-07-13-2/+1
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-1/+2
* Split util classes.KHobbits2013-06-08-2/+4
* Update ItemDb.javasnowleo2013-05-08-1/+1
* Doesn't need thissnowleo2013-05-08-1/+1
* API & misc cleanupIaccidentally2013-04-30-2/+4
* Fix raw bukkit itemdb lookupKHobbits2013-03-16-2/+2
* Pull item meta from itemdb classKHobbits2013-01-12-91/+1
* CleanupKHobbits2013-01-08-8/+2
* Pull and clean up book enchant pullreq.KHobbits2013-01-08-39/+20
* Add missing import for EnchantmentStorageMetaChasing Code2013-01-08-0/+1
* Store enchanments in Enchanted BooksChasing Code2013-01-08-8/+49
* Store regex, use util method instead of another regex. Store variableChris Ward2013-01-08-6/+9
* Enchantment and item spawning cleanupKHobbits2013-01-06-4/+81
* Look out for nulls.KHobbits2012-09-08-0/+8
* Make /itemdb command list the 15 shortest item.csv names for said item.KHobbits2012-09-08-6/+90
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-1/+1
* New Interfaces in api package (WIP)snowleo2011-12-06-1/+2
* Changes to /sell /give and /itemsnowleo2011-11-28-1/+1
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-10/+13
* Automatic updates for future versions of items.csvsnowleo2011-09-18-96/+27
* Merge diff from krnlyng:KHobbits2011-08-10-0/+5
* Heavy cleanup of all classessnowleo2011-07-16-25/+46
* Several bug fixes and cleanup.snowleo2011-06-01-4/+18
* More translation stuff. Essentials namespace is now translated.snowleo2011-05-10-4/+3
* [trunk] ItemDb.get(): Added support for other seperation characters : + ' , ; . snowleo2011-05-09-12/+26
* [trunk] Rewritten ItemDb.get(), removed the getUnsafe function.snowleo2011-05-09-28/+36
* [trunk] metadata support in itemsdb.java, allows worth commands with metadataementalo2011-05-07-2/+13
* This is a big refactoring of the user class and more.snowleo2011-05-01-2/+1
* [trunk] Fix unknown itemids to crash clients.snowleo2011-05-01-3/+9
* [trunk] case insensitive items from items csv when using /item and /giveementalo2011-04-15-5/+5
* Moving all files to trunk.snowleo2011-03-19-0/+110