Customizable formatting
This commit is contained in:
@@ -86,6 +86,12 @@ public class CommandManager {
|
||||
public static boolean debugOutput = false;
|
||||
public static boolean errors = false;
|
||||
|
||||
public static String helpDescriptionFormatting = "<EFBFBD>b";
|
||||
public static String helpUsageFormatting = "<EFBFBD>6";
|
||||
public static String helpPageHeaderFormatting = "<EFBFBD>a";
|
||||
public static String helpInvalidPageFormatting = "<EFBFBD>c";
|
||||
public static String noPermissionFormatting = "<EFBFBD>c";
|
||||
|
||||
public static boolean registerCommand(String cmdSourceCode, Object commandHandler, JavaPlugin plugin) {
|
||||
if (cmdSourceCode == null || commandHandler == null || plugin == null) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user