summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandheal.java
Commit message (Expand)AuthorAgeLines
* Future Java versions may not support _ as identifier.FearFree2014-03-22-4/+4
* Add permission: essentials.msg.multiple and essentials.pay.multipleKHobbits2013-12-28-2/+2
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-4/+4
* Extract user match loopingKHobbits2013-09-28-42/+20
* More cleanupKHobbits2013-07-07-1/+1
* Whoops, we shouldn't be leaking the user object.KHobbits2013-07-07-1/+1
* Update Essentials for Bukkit 1.6.1-R0.1-SNAPSHOTGunfighterJ2013-07-01-2/+2
* Clean up exception types.KHobbits2013-06-22-2/+2
* Cleanup player argument matching in loopsKHobbits2013-05-05-0/+4
* [Fix] Allow Feed to be used via consoleKHobbits2013-05-04-3/+27
* [Permission] essentials.vanish.interact - Players with this permission will b...KHobbits2013-03-20-2/+2
* Add some missing hidden checksKHobbits2013-03-19-1/+2
* Try to unify player matching for hidden users:KHobbits2013-03-19-9/+12
* Fix exception in /heal, "playernotfound" should be exception.Necrodoom2013-03-19-2/+1
* Fixes Necrodoom's code Needs more exceptionGunfighterJ2013-02-18-2/+2
* make sure player isnt dead before healingNecrodoom2013-02-18-0/+4
* Update to 1.4.7 R1 :: remove calls to ScheduleAsyncDelayedTask, as it is depr...Iaccidentally2013-01-31-1/+0
* Make heal remove fire from players.Iaccidentally2013-01-26-0/+1
* Update heal to account for the fact that 20 is not always the max healthIaccidentally2013-01-26-6/+6
* Add potion effect clearing on /heal - Chris WardKHobbits2012-09-28-6/+15
* Inform user that they were healed.KHobbits2011-12-13-0/+2
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-4/+4
* Code cleanup continued.KHobbits2011-11-18-3/+3
* Command cleanupKHobbits2011-11-18-4/+4
* Add hunger replenish to /heal (Do we want to add a toggle?)KHobbits2011-10-04-0/+1
* Correctly charge for the use of commands.snowleo2011-08-27-2/+0
* Added option to hide player from /list /who ... login message.snowleo2011-07-18-1/+5
* [trunk] translations - halfway thereementalo2011-05-10-3/+4
* [trunk] heal others fixedementalo2011-05-06-2/+9
* This is a big refactoring of the user class and more.snowleo2011-05-01-22/+21
* [trunk] God/Heal: New aliases /egod and /ehealsnowleo2011-04-12-0/+7
* Moving all files to trunk.snowleo2011-03-19-0/+53