For some reason I can't get my log method(s) to work in a loop. Why? FLCD is static. This is just an example, I've also tried getLogger().info() Code (Text): for(Attributes.Attribute attribute : ab.values()) Flawlord.log(attribute.getName()); public static void log(String log) { ConsoleCommandSender c = FlawlordCraftDono.FLCD.getServer().getConsoleSender(); c.sendMessage(log); }