Make it easier to read the options
This commit is contained in:
parent
4a40ac6ec1
commit
4596752c29
@ -54,8 +54,8 @@ public class DisguiseHelpCommand extends BaseDisguiseCommand {
|
||||
valueType = "Number";
|
||||
}
|
||||
if (valueType != null) {
|
||||
methods.add(ChatColor.RED + method.getName() + " (" + ChatColor.GREEN + valueType
|
||||
+ ChatColor.RED + ")");
|
||||
methods.add(ChatColor.RED + method.getName() + ChatColor.DARK_RED + " ("
|
||||
+ ChatColor.GREEN + valueType + ChatColor.DARK_RED + ")");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user