Adding in the pow command again. It should be noted that the whole information display system needs a rewrite. Perhaps one command for player and a few for faction?

This commit is contained in:
Olof Larsson
2013-04-25 17:17:23 +02:00
parent 21c7742dcb
commit 71bf3e9f72
5 changed files with 61 additions and 0 deletions

View File

@ -45,6 +45,8 @@ public enum Perm
OFFICER_ANY("officer.any"),
OPEN("open"),
PERM("perm"),
POWER("power"),
POWER_ANY("power.any"),
POWERBOOST("powerboost"),
PROMOTE("promote"),
RELATION("relation"),