summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandvanish.java
Commit message (Expand)AuthorAgeLines
* Future Java versions may not support _ as identifier.FearFree2014-03-22-4/+4
* Fix double messages in targeted commandsChris Ward2013-10-19-1/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-7/+7
* Allow toggling vanish for other playersKHobbits2013-08-11-18/+41
* Attempt to fix /seen times on vanish.KHobbits2013-06-02-3/+4
* Fixing vanish on off argumentsementalo2012-06-18-2/+1
* Avoid silent command failures on /hat (ie typing /hat fish will no longer sil...KHobbits2012-06-16-1/+1
* Make /vanish follow the same rules as /fly, /god and /gamemodeKHobbits2012-06-16-10/+9
* args[0] instead of args[1]kukelekuuk002012-06-15-2/+2
* /vanish [on|off]kukelekuuk002012-06-15-5/+21
* Fix the vanish command for good.md_52012-06-11-15/+4
* Pass the actual player object to Bukkit.md_52012-06-11-1/+0
* Add new command /hat and update translate keys as well as fix colour codes.md_52012-05-27-2/+2
* Keep track of vanished players and tweak lag meter.md_52012-05-21-0/+1
* Add a LagMeter (ticks per second) to the /gc command. This command can now be...md_52012-05-17-0/+40