summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandsudo.java
Commit message (Expand)AuthorAgeLines
* Convert 9 anonymous scheduled tasks to named classes for better logging.KHobbits2014-05-18-12/+13
* 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-5/+5
* Logger cleanup pt 1.KHobbits2013-12-07-1/+1
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-2/+1
* CleanupKHobbits2013-10-18-2/+2
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-2/+2
* Mute and sudo should check for essentials.vanish.interact permission.KHobbits2013-06-02-1/+1
* [Fix] Sudo allowed on vanished players.Necrodoom2013-03-29-1/+1
* Use correct getPlayer method to not match offline users.KHobbits2013-03-20-1/+1
* Use lower locale.KHobbits2013-03-10-1/+2
* Adding console override to sudo chat, changing say to c:Chris Ward2012-10-02-3/+3
* Merge pull request #165 from chrisgward/patch-2Alexander Schepp2012-10-01-0/+9
|\
| * Adding -c switch to sudo to fake chatChris Ward2012-10-02-0/+9
* | Adding console overrides to exemptsChris Ward2012-10-02-1/+2
|/
* Log to console the effects of /sudoKHobbits2012-09-08-2/+16
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-1/+0
* Fixing a few TL KeysKHobbits2012-03-12-4/+3
* Fix /sudo message display.KHobbits2012-02-21-1/+2
* New Permission: essentials.sudo.exemptKHobbits2012-02-09-1/+7
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-1/+2
* Continuing code cleanupKHobbits2011-11-18-3/+3
* Sudo: This would break horrible for offline players and the original player o...snowleo2011-11-16-4/+6
* Sudo CommandKHobbits2011-11-16-0/+39