summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandspeed.java
Commit message (Expand)AuthorAgeLines
* Update essentials to support 3rd party vanish toggling.KHobbits2014-06-27-2/+2
* Converted emulated player class calls to use base class.KHobbits2014-04-13-3/+3
* Future Java versions may not support _ as identifier.FearFree2014-03-22-5/+5
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-5/+5
* Prevent speed from hitting absolute zero.KHobbits2013-07-11-2/+2
* More cleanupKHobbits2013-07-07-1/+1
* Clean up exception types.KHobbits2013-06-22-3/+3
* Cleanup player argument matching in loopsKHobbits2013-05-05-0/+4
* [Permission] essentials.vanish.interact - Players with this permission will b...KHobbits2013-03-20-1/+2
* Add some missing hidden checksKHobbits2013-03-19-7/+9
* Try to unify player matching for hidden users:KHobbits2013-03-19-2/+15
* [Fix] Reset walk/fly speed on login.KHobbits2013-03-19-3/+16
* [Fix] Restore /speed command's ability to control walk speed.KHobbits2013-03-17-21/+13
* Comment out/remove the /speed walk code, until the client properly supports t...KHobbits2012-08-26-13/+21
* New command /speed [walk|fly] <speed> [player]KHobbits2012-08-26-16/+19
* More work on /fly command - Still incompleteKHobbits2012-08-26-13/+42
* Foundation for speed command - not yet implemented.KHobbits2012-08-25-0/+113