You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recoded backend command framework
Recoded backend listener framework
Recoded existing commands to new framework
Fixed issue with console messages not always matching
Fixed issue with HEX colors not being applied. Use like <#Hex>
Fixed issue with version check and glow
Cleared old code.
@@ -46,9 +42,9 @@ public void onCommand(CommandArgs command) {
46
42
return;
47
43
});
48
44
} else {
49
-
Utilities.log("&c[MenuLog-1] &eThere is no menu with name &e&n" + plugin.getSettingsFile().getString("Command") + "&b &eto open for &b" + player.getName() + "&e. &c&oPlease check your configurations.");
45
+
Utilities.log("&cThere is no menu with name &e&n" + plugin.getSettingsFile().getString("Command") + "&b &eto open for &b" + player.getName() + "&e. &c&oPlease check your configurations.");
Utilities.log("&c[MenuLog-2] &eThere is no menu with name &e&n" + menu + "&b &eto open for &b" + player.getName() + "&e. &c&oPlease check your configurations.");
89
+
Utilities.log("&cThere is no menu with name &e&n" + menu + "&b &eto open for &b" + player.getName() + "&e. &c&oPlease check your configurations.");
0 commit comments