summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/EssentialsCommand.java
Commit message (Expand)AuthorAgeLines
* Update essentials to support 3rd party vanish toggling.KHobbits2014-06-27-7/+35
* Switch AFK check to use UUID.KHobbits2014-04-27-1/+21
* Converted emulated player class calls to use base class.KHobbits2014-04-13-1/+1
* Future Java versions may not support _ as identifier.FearFree2014-03-22-2/+2
* Modifier order consistencyIaccidentally2014-02-04-1/+1
* Logger cleanup pt 1.KHobbits2013-12-07-1/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-7/+6
* Clean ImportsKHobbits2013-10-11-1/+1
* Extract user match loopingKHobbits2013-09-28-13/+28
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+1
* Misc cleanupKHobbits2013-07-07-1/+1
* Split util classes.KHobbits2013-06-08-1/+2
* Simplify player matching.KHobbits2013-05-26-6/+24
* [Fix] Fix vanished player matching in: /seen /give /burn /nuke /tpall /tpaallKHobbits2013-05-26-3/+8
* Improve hidden player matching.KHobbits2013-05-23-5/+4
* Improve user matchingKHobbits2013-05-20-5/+11
* Use correct getPlayer method to not match offline users.KHobbits2013-03-20-5/+14
* Allow kicking of hidden playersKHobbits2012-10-14-3/+3
* Update offline user check.KHobbits2012-03-12-3/+2
* Updated EssentialsSpawn to use the new config codesnowleo2011-12-06-0/+8
* arrrgggsssnowleo2011-11-27-1/+1
* Fix banning random player (and all other commands where a empty player is given)snowleo2011-11-27-0/+4
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-4/+8
* Code cleanup continues...KHobbits2011-11-18-0/+2
* Code cleanup continued.KHobbits2011-11-18-7/+2
* Correctly charge for the use of commands.snowleo2011-08-27-9/+3
* Users are now loaded async, so we have a new internal structure where they ar...snowleo2011-08-08-36/+35
* Don't return offline players with getPlayer()snowleo2011-07-20-1/+2
* Always use lowercase if accessing users map.snowleo2011-07-19-1/+1
* only check hidden if !offline, compare user with offlineplayer classementalo2011-07-18-1/+1
* Add yet another way to get a user from our users list, Don't teleport an offl...ementalo2011-07-18-0/+9
* Added option to hide player from /list /who ... login message.snowleo2011-07-18-3/+9
* #571 test jailing offline players. Person needs to have visited the server at...ementalo2011-07-07-2/+15
* Cleanupsnowleo2011-06-23-1/+0
* Renamed the Charge class to Tradesnowleo2011-06-13-2/+2
* Several bug fixes and cleanup.snowleo2011-06-01-3/+8
* Refactoring: New Charge classsnowleo2011-05-22-1/+3
* Fix noPlayerFound => playerNotFoundsnowleo2011-05-15-1/+1
* Finally all commands translated.snowleo2011-05-15-4/+5
* [trunk] make user matching a bit less randomementalo2011-05-13-0/+7
* Log items that are sold using /sellsnowleo2011-05-09-0/+2
* This is a big refactoring of the user class and more.snowleo2011-05-01-18/+17
* Moving all files to trunk.snowleo2011-03-19-0/+80