mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-25 11:46:49 +01:00
Added some extra blocked commands
This commit is contained in:
parent
80d132af70
commit
7b5124529a
@ -242,6 +242,9 @@ public class Conf
|
|||||||
territoryEnemyDenyCommands.add("home");
|
territoryEnemyDenyCommands.add("home");
|
||||||
territoryEnemyDenyCommands.add("sethome");
|
territoryEnemyDenyCommands.add("sethome");
|
||||||
territoryEnemyDenyCommands.add("spawn");
|
territoryEnemyDenyCommands.add("spawn");
|
||||||
|
territoryEnemyDenyCommands.add("tpahere");
|
||||||
|
territoryEnemyDenyCommands.add("tpaccept");
|
||||||
|
territoryEnemyDenyCommands.add("tpa");
|
||||||
|
|
||||||
territoryProtectedMaterials.add(Material.WOODEN_DOOR);
|
territoryProtectedMaterials.add(Material.WOODEN_DOOR);
|
||||||
territoryProtectedMaterials.add(Material.TRAP_DOOR);
|
territoryProtectedMaterials.add(Material.TRAP_DOOR);
|
||||||
|
Loading…
Reference in New Issue
Block a user