Add /ld debug - To help debug with scoreboard issues on a player

This commit is contained in:
libraryaddict
2020-04-24 18:09:15 +12:00
parent ab1a7bffe4
commit a63e617b0a
4 changed files with 103 additions and 1 deletions

View File

@@ -321,7 +321,9 @@ public enum LibsMsg {
LD_COMMAND_SCOREBOARD(ChatColor.BLUE + "/libsdisguises scoreboard <Player?> - " + ChatColor.AQUA +
"Does a test to see if there's any scoreboard issues it can detect"),
LD_COMMAND_RELOAD(ChatColor.BLUE + "/libsdisguises reload - " + ChatColor.AQUA +
"Reload's the plugin config and possibly blows disguises");
"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");
private String string;