Renaming show --> faction and power --> player

This commit is contained in:
Olof Larsson
2013-04-26 14:01:28 +02:00
parent 7cbc99bdd6
commit 1609a7cfea
7 changed files with 32 additions and 31 deletions

View File

@ -13,7 +13,7 @@ public enum Perm
ACCESS("access"),
ACCESS_ANY("access.any"),
ACCESS_VIEW("access.view"),
ADMIN("adminmode"),
ADMIN("admin"),
AUTOCLAIM("autoclaim"),
CLAIM("claim"),
CLAIM_RADIUS("claim.radius"),
@ -21,6 +21,7 @@ public enum Perm
DEMOTE("demote"),
DESCRIPTION("description"),
DISBAND("disband"),
FACTION("faction"),
FLAG("flag"),
FLAG_SET("flag.set"),
HOME("home"),
@ -45,15 +46,12 @@ public enum Perm
OFFICER_ANY("officer.any"),
OPEN("open"),
PERM("perm"),
POWER("power"),
POWER_ANY("power.any"),
PLAYER("player"),
POWERBOOST("powerboost"),
PROMOTE("promote"),
RELATION("relation"),
SAVE("save"),
SEE_CHUNK("seechunk"),
SETHOME("sethome"),
SHOW("show"),
NAME("name"),
TITLE("title"),
TITLE_COLOR("title.color"),