Merge branch 'master' of github.com:MassiveCraft/Factions
This commit is contained in:
commit
275341bc85
@ -156,22 +156,49 @@ public class UConf extends Entity<UConf>
|
|||||||
// commands which will be prevented when in claimed territory of another faction
|
// commands which will be prevented when in claimed territory of another faction
|
||||||
public Map<Rel, List<String>> denyCommandsTerritoryRelation = MUtil.map(
|
public Map<Rel, List<String>> denyCommandsTerritoryRelation = MUtil.map(
|
||||||
Rel.ENEMY, MUtil.list(
|
Rel.ENEMY, MUtil.list(
|
||||||
|
// Essentials commands
|
||||||
"home",
|
"home",
|
||||||
|
"homes",
|
||||||
"sethome",
|
"sethome",
|
||||||
|
"createhome",
|
||||||
"tpahere",
|
"tpahere",
|
||||||
"tpaccept",
|
"tpaccept",
|
||||||
|
"tpyes",
|
||||||
"tpa",
|
"tpa",
|
||||||
|
"call",
|
||||||
|
"tpask",
|
||||||
"warp",
|
"warp",
|
||||||
"warps",
|
"warps",
|
||||||
"spawn",
|
"spawn",
|
||||||
|
// Essentials e-alliases
|
||||||
"ehome",
|
"ehome",
|
||||||
|
"ehomes",
|
||||||
"esethome",
|
"esethome",
|
||||||
|
"ecreatehome",
|
||||||
"etpahere",
|
"etpahere",
|
||||||
"etpaccept",
|
"etpaccept",
|
||||||
|
"etpyes",
|
||||||
"etpa",
|
"etpa",
|
||||||
|
"ecall",
|
||||||
|
"etpask",
|
||||||
"ewarp",
|
"ewarp",
|
||||||
"ewarps",
|
"ewarps",
|
||||||
"espawn",
|
"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",
|
"wtp",
|
||||||
"uspawn",
|
"uspawn",
|
||||||
"utp",
|
"utp",
|
||||||
|
Loading…
Reference in New Issue
Block a user