Added savePreferences and config option for it, added command to view notify bar, cleaned up code, action bar and custom names now support hex colors, uses a better hex color system conversion

This commit is contained in:
libraryaddict
2020-07-03 17:08:58 +12:00
parent 13fedc4437
commit 3ced8ae9e4
11 changed files with 392 additions and 130 deletions

View File

@@ -208,6 +208,8 @@ public enum LibsMsg {
" to download the update!"),
VIEW_SELF_ON(ChatColor.GREEN + "Toggled viewing own disguise on!"),
VIEW_SELF_OFF(ChatColor.GREEN + "Toggled viewing own disguise off!"),
VIEW_BAR_ON(ChatColor.GREEN + "Toggled disguised notify bar on!"),
VIEW_BAR_OFF(ChatColor.GREEN + "Toggled disguised notify bar off!"),
CLICK_TO_COPY(ChatColor.GREEN + "Click to Copy:"),
SKIN_DATA(ChatColor.GREEN + "Skin Data: " + ChatColor.YELLOW + "%s"),
CLICK_TO_COPY_DATA(ChatColor.YELLOW + "Data"),