Update UConf.java More essentials aliases

This commit is contained in:
Tibo442 2014-04-12 11:03:36 +02:00
parent f4d0c8aef8
commit 9efbd5dfc6

View File

@ -156,24 +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", "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", "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",