summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandkick.java
Commit message (Expand)AuthorAgeLines
* Update essentials to support 3rd party vanish toggling.KHobbits2014-06-27-1/+1
* Converted emulated player class calls to use base class.KHobbits2014-04-13-1/+1
* 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-6/+5
* Cleanup broadcast, allow limited keywords in.KHobbits2013-06-16-1/+1
* Cleanup importsIaccidentally2013-06-11-1/+0
* Split util classes.KHobbits2013-06-08-2/+3
* Reduce duplicated broadcast code.KHobbits2013-05-26-9/+1
* Use correct getPlayer method to not match offline users.KHobbits2013-03-20-1/+1
* [Permission] essentials.vanish.interact - Players with this permission will b...KHobbits2013-03-20-1/+1
* [Fix] offline player matching for online only commands.Necrodoom2013-03-19-1/+2
* All the better to kick you withKHobbits2013-01-14-1/+1
* Ban cleanupKHobbits2013-01-09-1/+2
* Multiline kick messages and tempban countdown.KHobbits2013-01-09-4/+9
* Allow kicking of hidden playersKHobbits2012-10-14-7/+13
* Add console log message when player is /kickedKHobbits2012-08-10-0/+3
* Console should be able to kick everyone.KHobbits2012-04-07-1/+1
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-6/+6
* Code cleanup continued.KHobbits2011-11-18-2/+2
* Command cleanupKHobbits2011-11-18-12/+12
* Correctly charge for the use of commands.snowleo2011-08-27-3/+1
* Adding tempban/kick broadcast permissions and adding a banned by to the broad...KHobbits2011-07-26-4/+15
* fix kickexemptsnowleo2011-07-16-0/+1
* Merge branch 'master' of https://github.com/essentials/Essentialssnowleo2011-07-16-11/+5
|\
| * fixing offline player permissions check-ups.ementalo2011-07-15-11/+5
* | Heavy cleanup of all classessnowleo2011-07-16-1/+0
|/
* Broadcast message on kick/bansnowleo2011-07-15-1/+3
* [trunk] translations - halfway thereementalo2011-05-10-2/+3
* This is a big refactoring of the user class and more.snowleo2011-05-01-8/+5
* Moving all files to trunk.snowleo2011-03-19-0/+41