introduction of CommandInfo

This commit is contained in:
Tobias Ottenweller
2012-03-04 21:34:24 +01:00
parent 7af7e42d38
commit 3e44450a7a
3 changed files with 37 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ import org.mcteam.ancientgates.commands.CommandCreate;
import org.mcteam.ancientgates.commands.CommandCreateSetFrom;
import org.mcteam.ancientgates.commands.CommandDelete;
import org.mcteam.ancientgates.commands.CommandHelp;
import org.mcteam.ancientgates.commands.CommandInfo;
import org.mcteam.ancientgates.commands.CommandList;
import org.mcteam.ancientgates.commands.CommandOpen;
import org.mcteam.ancientgates.commands.CommandRename;
@@ -74,6 +75,7 @@ public class Plugin extends JavaPlugin {
commands.add(new CommandRename());
commands.add(new CommandClose());
commands.add(new CommandList());
commands.add(new CommandInfo());
// Ensure basefolder exists!
this.getDataFolder().mkdirs();