summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandlightning.java
Commit message (Expand)AuthorAgeLines
* 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-3/+3
* Add permission: essentials.msg.multiple and essentials.pay.multipleKHobbits2013-12-28-1/+1
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-2/+1
* CleanupKHobbits2013-10-18-1/+1
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-4/+4
* Extract user match loopingKHobbits2013-09-28-22/+15
* Use user object to send messages when possible.KHobbits2013-08-15-2/+3
* Clean up exception types.KHobbits2013-06-22-1/+1
* Cleanup player argument matching in loopsKHobbits2013-05-05-0/+5
* Try to unify player matching for hidden users:KHobbits2013-03-19-7/+4
* Fix /lightning <player> <damage> to actually deal the proper set damage (5 or...KHobbits2012-06-10-16/+10
* New Permission: essentials.lightning.othersKHobbits2012-03-11-1/+1
* New command: /find <item>Khyperia2011-12-07-1/+22
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-5/+6
* Little more command cleanup.KHobbits2011-11-18-7/+7
* Correctly charge for the use of commands.snowleo2011-08-27-7/+1
* Don't hurt god players with lightning.snowleo2011-05-22-3/+3
* Refactoring: New Charge classsnowleo2011-05-22-3/+5
* [trunk] translations - halfway thereementalo2011-05-10-3/+4
* [trunk] lightning <playername> from the consoleementalo2011-05-04-11/+18
* This is a big refactoring of the user class and more.snowleo2011-05-01-4/+3
* [trunk] add new config setting warn-on-smite: true setting this to false will...ementalo2011-04-29-0/+3
* [trunk] remove chat spam from lightningementalo2011-04-27-1/+0
* [trunk] lightning strikes where you look if you do not pass an arg. fixed hea...ementalo2011-04-27-6/+6
* [trunk] lightning, not as harsh, will take 5 hearts.ementalo2011-04-26-1/+1
* [trunk] weather / thunder refactor, added /lightning. usage: /lightning [play...ementalo2011-04-26-0/+45