diff --git a/src/com/massivecraft/factions/entity/UConf.java b/src/com/massivecraft/factions/entity/UConf.java index 8dc3c8e3..55f99027 100644 --- a/src/com/massivecraft/factions/entity/UConf.java +++ b/src/com/massivecraft/factions/entity/UConf.java @@ -156,24 +156,49 @@ public class UConf extends Entity // commands which will be prevented when in claimed territory of another faction public Map> denyCommandsTerritoryRelation = MUtil.map( Rel.ENEMY, MUtil.list( + // Essentials commands "home", + "homes", "sethome", + "createhome", "tpahere", "tpaccept", "tpyes", "tpa", + "call", + "tpask", "warp", "warps", "spawn", + // Essentials e-alliases "ehome", + "ehomes", "esethome", + "ecreatehome", "etpahere", "etpaccept", "etpyes", "etpa", + "ecall", + "etpask", "ewarp", "ewarps", "espawn", + // Essentials fallback alliases + "essentials:home", + "essentials:homes", + "essentials:sethome", + "essentials:createhome", + "essentials:tpahere", + "essentials:tpaccept", + "essentials:tpyes", + "essentials:tpa", + "essentials:call", + "essentials:tpask", + "essentials:warp", + "essentials:warps", + "essentials:spawn", + // Other plugins "wtp", "uspawn", "utp",