summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandexp.java
Commit message (Expand)AuthorAgeLines
* Converted emulated player class calls to use base class.KHobbits2014-04-13-2/+2
* Future Java versions may not support _ as identifier.FearFree2014-03-22-3/+3
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-19/+19
* More cleanupKHobbits2013-07-07-11/+11
* Misc cleanupKHobbits2013-07-07-4/+4
* Clean up exception types.KHobbits2013-06-22-4/+4
* Cleanup importsIaccidentally2013-06-11-1/+0
* Fix arg length checks on /expNecrodoom2013-06-09-2/+2
* Split util classes.KHobbits2013-06-08-3/+4
* Improve hidden player matching.KHobbits2013-05-23-1/+2
* [Permission] essentials.vanish.interact - Players with this permission will b...KHobbits2013-03-20-1/+2
* Add some missing hidden checksKHobbits2013-03-19-8/+16
* Try to unify player matching for hidden users:KHobbits2013-03-19-3/+6
* Allow negative exp to be givenKHobbits2013-01-21-1/+6
* Cleanup /exp command, and fix vanilla syntax issues.KHobbits2013-01-20-91/+44
* Touch of cleanup to Gunfighter's addition to expChris Ward2013-01-19-9/+10
* Adds vanilla syntax to /exp commandGunfighterJ2013-01-18-18/+89
* remove all LAlexander Schepp2012-10-31-6/+6
* Make /exp accept L before or after the amount, add extra checksIaccidentally2012-10-31-3/+7
* Fix minor Exp discrepancyKHobbits2012-08-08-3/+20
* Another fix for /expsnowleo2012-08-03-3/+1
* Using /exp, show can't find player message, if no matching player is found.KHobbits2012-06-16-22/+29
* Fix /exp so it can be used in the consoleKHobbits2012-06-16-33/+65
* I spied some more big Booleans.KHobbits2012-06-11-2/+2
* Forgot to update plugin syntax.KHobbits2012-05-19-25/+25
* Exp command cleanupKHobbits2012-05-19-97/+68
* Fixes made, added /exp fix [playername] this fixes negative exp.kukelekuuk002012-05-17-53/+101
* new command /exp [set|give|player] [player] [amount]kukelekuuk002012-05-14-5/+51
* Added an /exp command that shows the amount of exp you have and how much you ...kukelekuuk002012-05-13-0/+39