summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commanddelhome.java
Commit message (Expand)AuthorAgeLines
* Future Java versions may not support _ as identifier.FearFree2014-03-22-3/+3
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-3/+3
* General cleanup.KHobbits2013-08-11-4/+6
* Use correct getPlayer method to not match offline users.KHobbits2013-03-20-1/+1
* Stylize 'bed' in /home listKHobbits2013-02-03-4/+4
* Allow space as well as : in /delhomeKHobbits2012-01-28-5/+14
* Fix empty argument in delhome.KHobbits2011-11-28-12/+18
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-3/+4
* Code cleanup continued.KHobbits2011-11-18-1/+1
* Command cleanupKHobbits2011-11-18-11/+7
* Allow delhome for offline userssnowleo2011-09-30-1/+1
* Adding essentials.delhome.others to allow people to delete other peoples homes.KHobbits2011-08-26-8/+14
* Homes tolower.KHobbits2011-08-23-2/+2
* Adding delhomeKHobbits2011-08-23-0/+42