summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandfeed.java
Commit message (Expand)AuthorAgeLines
* Future Java versions may not support _ as identifier.FearFree2014-03-22-3/+3
* Reset Exhaustion on /feedAdam2014-01-08-0/+1
* 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-50/+15
* Fix feed cooldown bypass permission:KHobbits2013-08-18-2/+2
* More cleanupKHobbits2013-07-07-2/+2
* Whoops, we shouldn't be leaking the user object.KHobbits2013-07-07-1/+1
* Clean up exception types.KHobbits2013-06-22-3/+3
* Exempt [repair] signs from 'essentials.repair.all' permissions check.KHobbits2013-05-26-1/+1
* Fixing feed messages.KHobbits2013-05-23-2/+8
* [Feature] Add hunger level to /whoisKHobbits2013-05-18-6/+19
* Cleanup player argument matching in loopsKHobbits2013-05-05-2/+13
* cleanupKHobbits2013-05-04-1/+1
* [Feature] Make /kit list kit costs if any are set.KHobbits2013-05-04-1/+1
* [Fix] Allow Feed to be used via consoleKHobbits2013-05-04-7/+32
* [Permission] essentials.vanish.interact - Players with this permission will b...KHobbits2013-03-20-1/+2
* Add some missing hidden checksKHobbits2013-03-19-1/+2
* Try to unify player matching for hidden users:KHobbits2013-03-19-14/+15
* New command: /feed New permission: essentials.feed.othersKHobbits2011-12-03-13/+28
* Added some commands from request 946Khyperia2011-12-02-0/+37