149150151152153154155156157158159
} else { builder.dark_red(portal); } } } builder.send(sender); } /** * Finds out the world to operate in, checking the command arguments if possible. *
123124125126127128129130131
message.setIndent(2).setSeparator(ChatColor.WHITE, " / "); for (EntityType type : sc.deniedCreatures) { message.append(ChatColor.RED, EntityUtil.getName(type)); } } message.send(sender); } } }
498499500501502503504505506507508
value.parseSet(StringUtil.join(" ", StringUtil.remove(args, 0))); } message.white(value.toString()); } } message.send(sender); return true; } return false; }