added hide and unhide feature

This commit is contained in:
Tobias Ottenweller
2012-03-11 20:39:05 +01:00
parent 3fc35e13bc
commit 33c03d68c1
11 changed files with 140 additions and 53 deletions

View File

@@ -64,6 +64,8 @@ public class Plugin extends JavaPlugin
commands.add(new CommandClose());
commands.add(new CommandList());
commands.add(new CommandInfo());
commands.add(new CommandHide());
commands.add(new CommandUnhide());
// Ensure basefolder exists!
this.getDataFolder().mkdirs();