Add workbench command

This commit is contained in:
gomeow
2013-04-08 11:25:26 -07:00
parent a0b2cd209a
commit c2bde3a272
3 changed files with 25 additions and 9 deletions
@@ -56,6 +56,7 @@ public class Main extends JavaPlugin {
commands = new Commands();
getCommand("pv").setExecutor(commands);
getCommand("pvdel").setExecutor(commands);
getCommand("workbench").setExecutor(commands);
setupEconomy();
if(getConfig().getBoolean("drop-on-death.enabled")) {