- Add teleport command

- Enable ender pearls in lobby
- Add /warplist
This commit is contained in:
kaenganxt
2014-12-12 21:36:16 +01:00
parent 8a01533e0d
commit 3de5f55c85
8 changed files with 121 additions and 2 deletions

View File

@@ -216,6 +216,7 @@ public class Setup {
Core.getMainClass().getCommand("toggleboat").setExecutor(pc);
Core.getMainClass().getCommand("toggleboatflight").setExecutor(tc);
Core.getMainClass().getCommand("bug").setExecutor(pc);
Core.getMainClass().getCommand("warplist").setExecutor(tc);
}
private static void setupInventories() {