summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandtempban.java
Commit message (Expand)AuthorAgeLines
* Clean up tempban messages to be a little clearer.KHobbits2014-07-14-5/+4
* Remove ban check from /ess cleanup, no longer required.KHobbits2014-07-12-8/+9
* Update to new ban method.FearFree2014-07-12-3/+5
* Add default ban reason for tempban reason.KHobbits2014-06-14-1/+7
* Add optional {2} in 'tempBanned' TL key, for reason.KHobbits2014-06-14-2/+2
* Converted emulated player class calls to use base class.KHobbits2014-04-13-3/+3
* Add local echo to tempban command.KHobbits2014-03-26-1/+4
* Future Java versions may not support _ as identifier.FearFree2014-03-22-6/+6
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-1/+0
* Clarify no perm msgs for missing .offline permsFearFree2013-10-28-1/+1
* CleanupKHobbits2013-10-18-1/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-6/+6
* General cleanup.KHobbits2013-08-11-1/+1
* Cleanup broadcast, allow limited keywords in.KHobbits2013-06-16-1/+1
* Cleanup importsIaccidentally2013-06-11-3/+2
* Split util classes.KHobbits2013-06-08-3/+4
* Reduce duplicated broadcast code.KHobbits2013-05-26-9/+2
* Fix null when trying to tempban players in console for times longer than max ...KHobbits2013-05-18-1/+2
* Use correct getPlayer method to not match offline users.KHobbits2013-03-20-1/+1
* Multiline kick messages and tempban countdown.KHobbits2013-01-09-2/+1
* derp - fix tempban permission checkNecrodoom2012-12-28-1/+1
* Fix max tempban length option.KHobbits2012-12-20-2/+2
* Add tempban limit (with override node) and console override to exempt node.Chris Ward2012-12-17-1/+10
* Add optional 2n'd param to temp ban reason TL key.KHobbits2012-06-19-2/+2
* Update offline user check.KHobbits2012-03-12-2/+1
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-7/+8
* Continuing code cleanupKHobbits2011-11-18-12/+12
* Code cleanup continued.KHobbits2011-11-18-2/+2
* Updates for banningsnowleo2011-09-07-1/+1
* Adding tempban/kick broadcast permissions and adding a banned by to the broad...KHobbits2011-07-26-1/+11
* /tempban and /ban have the same problem as /tjailsnowleo2011-07-19-3/+17
* Revert broken ban reason for /tempbansnowleo2011-07-16-1/+1
* This change did not commitementalo2011-07-16-1/+2
* Test #393 adding optional ban reason with tempban /tempban player time reason...ementalo2011-07-16-2/+5
* Cleanup of Essentials classsnowleo2011-07-15-26/+10
* Broadcast message on kick/bansnowleo2011-07-15-1/+1
* Fix a bug with temp banning offline userssnowleo2011-07-07-1/+0
* [trunk] translations = T'sementalo2011-05-11-3/+3
* [trunk] word spacing on mute / tempbanementalo2011-05-02-1/+1
* This is a big refactoring of the user class and more.snowleo2011-05-01-0/+52