new command: rename

This commit is contained in:
Tobias Ottenweller
2012-02-28 13:41:47 +01:00
parent 0fe721b8c0
commit bf083106d9
3 changed files with 62 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ import org.mcteam.ancientgates.commands.CommandDelete;
import org.mcteam.ancientgates.commands.CommandHelp;
import org.mcteam.ancientgates.commands.CommandList;
import org.mcteam.ancientgates.commands.CommandOpen;
import org.mcteam.ancientgates.commands.CommandRename;
import org.mcteam.ancientgates.commands.CommandSetFrom;
import org.mcteam.ancientgates.commands.CommandSetTo;
@@ -70,6 +71,7 @@ public class Plugin extends JavaPlugin {
commands.add(new CommandSetFrom());
commands.add(new CommandSetTo());
commands.add(new CommandOpen());
commands.add(new CommandRename());
commands.add(new CommandClose());
commands.add(new CommandList());