Add new config option to auto-hide tall disguises, also as a disguise option

This commit is contained in:
libraryaddict
2020-04-27 17:31:00 +12:00
parent 1d7fd61556
commit af492c2e3b
7 changed files with 48 additions and 13 deletions

View File

@@ -328,7 +328,8 @@ public enum LibsMsg {
LD_COMMAND_RELOAD(ChatColor.BLUE + "/libsdisguises reload - " + ChatColor.AQUA +
"Reload's the plugin config and possibly blows disguises"),
LD_COMMAND_DEBUG(ChatColor.BLUE + "/libsdisguises debug - " + ChatColor.AQUA +
"Used to help debug scoreboard issues on a player disguise");
"Used to help debug scoreboard issues on a player disguise"),
SELF_DISGUISE_HIDDEN(ChatColor.GREEN + "Self disguise hidden as it's too tall..");
private final String string;