summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandkill.java
Commit message (Expand)AuthorAgeLines
* Future Java versions may not support _ as identifier.FearFree2014-03-22-3/+3
* Add permission: essentials.msg.multiple and essentials.pay.multipleKHobbits2013-12-28-1/+1
* CleanupKHobbits2013-10-18-1/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-5/+5
* Extract user match loopingKHobbits2013-09-28-25/+22
* Fix NPE in /kill when used from console. Thanks NecrodoomKHobbits2013-08-18-1/+1
* [FEATURE] Add kill exempt :: new permission: essentials.kill.exemptIaccidentally2013-04-19-1/+5
* Try to unify player matching for hidden users:KHobbits2013-03-19-3/+4
* Fix perm check in /killKHobbits2012-10-20-1/+1
* If the player is still alive, make sure he dies. (/kill)KHobbits2012-10-20-1/+7
* fix name length check in /killIaccidentally2012-08-10-1/+1
* Throw warning when using /kill without valid player.KHobbits2012-08-10-0/+6
* Revert "We can't damage and kill, so we will just kill to make everyone happy...KHobbits2012-05-06-3/+2
* Fixing Kill/suicide in creative mode.KHobbits2012-01-29-1/+2
* Kill people the proper way.KHobbits2012-01-29-1/+1
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-2/+2
* Little more command cleanup.KHobbits2011-11-18-5/+5
* Fix pull request of damage requestsnowleo2011-10-09-4/+8
* Fires an event before "killing." feildmaster2011-10-03-0/+4
* Correctly charge for the use of commands.snowleo2011-08-27-1/+0
* [trunk] translations - halfway thereementalo2011-05-10-1/+2
* This is a big refactoring of the user class and more.snowleo2011-05-01-6/+3
* Moving all files to trunk.snowleo2011-03-19-0/+33