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
300 - 301 - UltraCommandExecutor - Commands configuration saved successfully.
272 - 273 - UltraCommandExecutor - Commands configuration has been reloaded.
265 - 266 - UltraCommandExecutor - There are no console commands for this command.
261 - 262 - UltraCommandExecutor - There are no player commands for this command.
257 - 258 - UltraCommandExecutor.classThere is no chat defined for this command.
157 - 158 - UltraCommandExecutor - Error: addCustomCommand returned false.
150 - 151 - UltraCommandExecutor - already exists.
040 - 041 - UltraCommandExecutor - You don't have permission for this command, If you believe you should ask an admin for the following permission. (ultracommand.configure)
if (!paramCommandSender.hasPermission("ultracommand.configure")) {
21
-
paramCommandSender.sendMessage(ChatColor.YELLOW + "You don't have permission for this command (ultracommand.configure)");
21
+
paramCommandSender.sendMessage(ChatColor.YELLOW + "You don't have permission for this command, If you believe you should ask an admin for the following permission. (ultracommand.configure)");
paramCommandSender.sendMessage(ChatColor.RED + "Error: addCustomCommand returned false when we already (supposedly) know that the command doesn't exist!");
93
+
paramCommandSender.sendMessage(ChatColor.RED + "Error: addCustomCommand returned false.");
0 commit comments