Added some extra blocked commands

This commit is contained in:
Olof Larsson 2011-10-10 22:45:15 +02:00
parent 80d132af70
commit 7b5124529a
1 changed files with 3 additions and 0 deletions

View File

@ -242,6 +242,9 @@ public class Conf
territoryEnemyDenyCommands.add("home");
territoryEnemyDenyCommands.add("sethome");
territoryEnemyDenyCommands.add("spawn");
territoryEnemyDenyCommands.add("tpahere");
territoryEnemyDenyCommands.add("tpaccept");
territoryEnemyDenyCommands.add("tpa");
territoryProtectedMaterials.add(Material.WOODEN_DOOR);
territoryProtectedMaterials.add(Material.TRAP_DOOR);