summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandeco.java
Commit message (Expand)AuthorAgeLines
* Abort transaction before updating funds on balance overflow.KHobbits2014-05-25-1/+3
* Future Java versions may not support _ as identifier.FearFree2014-03-22-9/+7
* [Breaking] Add exception when players have exceeded their account limit.KHobbits2014-02-02-3/+13
* Add permission: essentials.msg.multiple and essentials.pay.multipleKHobbits2013-12-28-1/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-5/+5
* Extract user match loopingKHobbits2013-09-28-73/+32
* Cleanup importsIaccidentally2013-06-11-1/+0
* Split util classes.KHobbits2013-06-08-6/+7
* ECONOMY MADNESS? THIS IS … FIXEDsnowleo2013-05-05-1/+1
* Economy MadnessKHobbits2013-05-05-15/+16
* Fix TL messages.KHobbits2013-04-30-1/+1
* Fix Eco take bug and fix NPEKHobbits2013-04-30-5/+8
* [CHANGE] Rewrite eco command with better logic :: the command will now attemp...Iaccidentally2013-04-27-57/+45
* Use correct getPlayer method to not match offline users.KHobbits2013-03-20-1/+1
* Fix eco take derp.KHobbits2013-01-20-9/+4
* Minor cleanup on /eco command.KHobbits2013-01-20-10/+12
* Cleanup /eco, fix reset broadcastGunfighterJ2013-01-19-11/+22
* /eco overhaul, adds /eco setGunfighterJ2013-01-19-11/+51
* Adding option to modify all users balances (including offline) /eco reset ** ...KHobbits2012-03-04-1/+25
* Display users new balance on /eco give/take.KHobbits2012-02-28-2/+7
* Add Minimum Balance, to allow people to manage overdrafts.KHobbits2012-02-28-0/+4
* Locale.ENGLISH!!1!snowleo2011-11-27-1/+2
* Code cleanup continued.KHobbits2011-11-18-1/+1
* Command cleanupKHobbits2011-11-18-10/+11
* fixing eco command player argument. must be careful with c&p :/ementalo2011-07-08-1/+1
* /balance offline players. Send message to initiator of eco commandsementalo2011-07-08-7/+3
* copy and paste argument fixementalo2011-07-08-1/+1
* /eco offline playersementalo2011-07-08-16/+15
* Several bug fixes and cleanup.snowleo2011-06-01-1/+1
* This is a big refactoring of the user class and more.snowleo2011-05-01-9/+12
* Moving all files to trunk.snowleo2011-03-19-0/+82