summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandnear.java
Commit message (Expand)AuthorAgeLines
* Future Java versions may not support _ as identifier.FearFree2014-03-22-5/+5
* Use the absolute radius value.KHobbits2014-02-16-0/+2
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-2/+2
* General cleanup.KHobbits2013-08-11-6/+3
* Fix max radius.KHobbits2013-07-21-1/+2
* Fix radius logicKHobbits2013-07-15-6/+9
* Max near radiusNecrodoom2013-07-15-1/+12
* Improve hidden player matching.KHobbits2013-05-23-1/+2
* Use correct getPlayer method to not match offline users.KHobbits2013-03-20-2/+2
* Switch /near priority to check for int first.KHobbits2012-01-29-25/+20
* Added cleanup noteKHobbits2011-12-10-3/+3
* Updated /near and /getpos command, added new argument playernamesnowleo2011-12-07-12/+68
* Show how far away each player is.KHobbits2011-12-01-2/+2
* Fixing near output.KHobbits2011-12-01-2/+2
* Better distance checking.KHobbits2011-12-01-12/+8
* Command: /nearKHobbits2011-12-01-0/+68