summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandremove.java
Commit message (Expand)AuthorAgeLines
* Exempt named mobs by default from /removeKHobbits2014-05-18-9/+25
* CleanupKHobbits2014-04-06-1/+0
* Future Java versions may not support _ as identifier.FearFree2014-03-22-4/+4
* Fix world argument to ignore radius, and allow for skipping radius param in s...KHobbits2014-02-09-18/+25
* Show warning when invalid mob type is specified for /removeKHobbits2013-12-07-20/+41
* Remove requires at least one argument.KHobbits2013-12-07-1/+5
* Cache join/quit messages.KHobbits2013-12-05-2/+0
* Merge remove and killall command, thanks to @Evonuts and @Iaccidentally.KHobbits2013-12-05-138/+173
* Tidy up Commandremove a bit, thanks to EvonutsIaccidentally2013-11-10-39/+38
* Add more functionality to the remove command. This now overlaps some function...Iaccidentally2013-11-10-2/+55
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-14/+14
* CleanupKHobbits2013-10-18-1/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-5/+5
* Update Commandremove.javaPocketkid22013-08-13-1/+1
* Add missing param in /removeKHobbits2013-07-15-1/+10
* Misc cleanupKHobbits2013-07-07-1/+1
* [Fix] Try singular and plural entity names in /remove.KHobbits2013-04-28-3/+17
* Fix radius in /remove and add world.Necrodoom2013-04-28-8/+8
* [FIX] add itemframe support to removeIaccidentally2013-03-29-1/+10
* Fix bug with /remove and minecartsKHobbits2012-06-10-2/+2
* Report invalid enchantments in kits.KHobbits2012-04-04-5/+6
* Less use of sqrtsnowleo2011-12-04-2/+5
* New command /removeKHobbits2011-12-03-20/+40
* Fixed accedental typoKhyperia2011-12-02-1/+1
* Added some commands from request 946Khyperia2011-12-02-0/+138