Allow players to set titles with colors. Adds #1036.

factions.title.color permission which is included in factions.fullplayer permission subset.
This commit is contained in:
Trent Hensler
2018-02-15 18:02:59 -08:00
parent ab7f474323
commit 3f1edf1096
5 changed files with 16 additions and 5 deletions

View File

@@ -75,6 +75,7 @@ public enum Permission {
STUCK("stuck"),
TAG("tag"),
TITLE("title"),
TITLE_COLOR("title.color"),
TOGGLE_ALLIANCE_CHAT("togglealliancechat"),
UNCLAIM("unclaim"),
UNCLAIM_ALL("unclaimall"),