546547548549550551552553554555556
Spout.getLogger().warning("CommandBlock tried to send unknown command: " + command); return; } try { cmd.process(this, args); } catch (CommandException e) { sendMessage(ChatStyle.RED + e.getMessage()); } }