summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandpowertool.java
Commit message (Expand)AuthorAgeLines
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-6/+5
* Don't cast sender to User.KHobbits2013-07-11-1/+2
* More cleanupKHobbits2013-07-07-1/+1
* Split util classes.KHobbits2013-06-08-3/+3
* Allow powertool to be set from console.KHobbits2013-04-30-8/+27
* Little bit of powertools code cleanup.KHobbits2012-04-04-17/+9
* Enable powertools if they are disabled when setting a new tool.KHobbits2012-04-04-0/+4
* New permissions: essentials.powertool.append.KHobbits2011-12-09-1/+6
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-11/+13
* Clear all powertools - /powertool c:KHobbits2011-11-04-2/+2
* added a clearall option to powertoolsokamosy2011-09-10-1/+10
* Catch NPE in /powertool, also cleanupsnowleo2011-08-30-8/+11
* Correctly charge for the use of commands.snowleo2011-08-27-8/+4
* Powertool fix.KHobbits2011-08-27-1/+2
* Updated joinList to properly handle lists of lists.okamosy2011-08-23-2/+2
* Added util function concat(List) and concat(string, list) to concatenate list...okamosy2011-08-23-2/+2
* Removed commented-out codeokamosy2011-08-21-42/+0
* Completed changing powertool config from tokenized string to listsokamosy2011-08-21-12/+26
* added config upgrade for powertoolsokamosy2011-08-21-5/+7
* converted powertool config to use lists instead of tokenized stringsokamosy2011-08-21-2/+2
* Added ability to assign multiple powertools to an itemokamosy2011-08-21-3/+89
* Several bug fixes and cleanup.snowleo2011-06-01-0/+1
* [trunk] translations = T'sementalo2011-05-11-3/+4
* This is a big refactoring of the user class and more.snowleo2011-05-01-12/+17
* [trunk] empty fields in Inventory now return null instead of Material.AIRsnowleo2011-04-08-1/+1
* [trunk] New /powertool commandsnowleo2011-04-04-0/+32