summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/Trade.java
Commit message (Expand)AuthorAgeLines
* Add amount required to notEnoughMoney TL key.FearFree2014-07-19-7/+8
* Future Java versions may not support _ as identifier.FearFree2014-03-22-9/+9
* [Breaking] Add exception when players have exceeded their account limit.KHobbits2014-02-02-2/+3
* Logger cleanup pt 1.KHobbits2013-12-07-3/+3
* Clean ImportsKHobbits2013-10-11-2/+2
* Use essentials itemdb for charge messages.KHobbits2013-08-15-1/+1
* Restore deprecated trade apiKHobbits2013-07-23-3/+3
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+2
* Misc cleanupKHobbits2013-07-07-14/+14
* [Feature] Withdraw from trade signs without dropping items as overflow. [EXPE...KHobbits2013-05-06-23/+62
* Add some sign debugging to /ess debug to help track down charging issues.KHobbits2013-05-05-4/+23
* Couple more bits of Eco cleanupKHobbits2013-05-05-2/+2
* Make it compatible with Factions again.snowleo2013-05-05-0/+6
* Catch both exceptions in EssentialsConf and valueOf instead of newsnowleo2013-05-05-1/+1
* ECONOMY MADNESS? THIS IS … FIXEDsnowleo2013-05-05-4/+4
* Further economy cleanupKHobbits2013-05-05-12/+9
* Economy MadnessKHobbits2013-05-05-16/+22
* Fixing exp trading type.Skylexia-PC2013-03-08-1/+1
* [Fix] Prevent same item type trades on signs, prevents amount confusion scams.KHobbits2013-03-07-1/+22
* Revert the last 2 commits and actually fix the right one.snowleo2013-02-17-1/+1
* Fix all removeItem()snowleo2013-02-17-1/+1
* Update Inventory Workaround to the latest versionsnowleo2012-12-19-5/+5
* Code commentsKHobbits2012-10-06-0/+3
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-1/+1
* Reduce the number of permissions checks in command cost lookupsKHobbits2012-08-31-16/+20
* Add some command cost debugging messages to /ess debugKHobbits2012-08-19-0/+15
* Command cost api update: Can now set fallback costs.KHobbits2012-04-03-5/+16
* Fix for the fixsnowleo2012-03-28-2/+2
* Fix isAffordableFor in Trade classsnowleo2012-03-28-8/+4
* Fixing warp command costs.KHobbits2012-03-13-4/+14
* Adding option to log all eco api transactions.KHobbits2012-02-28-1/+2
* Add Minimum Balance, to allow people to manage overdrafts.KHobbits2012-02-28-4/+2
* Remove dropItems from the inventory work aroundmd_52012-02-15-6/+24
* Read current exp, instead of stored exp.KHobbits2011-12-14-3/+3
* Better exp fix and allow exp on buy and sell signs.snowleo2011-12-13-6/+6
* Disabling exp as currency. Normal money will be used.snowleo2011-12-13-1/+2
* Fixing Sell/Buy Signs which use EXP as a currency.KHobbits2011-12-13-4/+4
* Fix Enchant sign, the user has to hold the item in hand now. A * or "any" in ...snowleo2011-12-07-3/+3
* Support for experience as trading goods on signs. This will not work until ex...snowleo2011-12-07-4/+46
* More cleanupsnowleo2011-12-06-0/+1
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-6/+8
* Cleanup debug message, code tidy.KHobbits2011-10-25-14/+14
* Don't spill out items, if inventory is full on buy signs.snowleo2011-10-09-17/+32
* Append the event and not the word event to trade logsnowleo2011-07-18-1/+1
* Log location of /sell and signssnowleo2011-07-18-1/+14
* Basic logging of trade/buy/sell signs and sell commandsnowleo2011-07-06-0/+105
* Fix: Player was unable to use any commands, if his money was negative.snowleo2011-06-25-3/+5
* Trade signsnowleo2011-06-13-21/+49
* Renamed the Charge class to Tradesnowleo2011-06-13-0/+95