Sender is the normal ICommandSender.
when using colors it looks like this in the console, while it was displayed properly with 1.6:
?eEntityTFDeer ?7twilightforest.entity.passive.EntityTFDeer
Hey,
in 1.6 (first line below) the color formatting worked fine in console. Now switching to 1.7 (second line) it doesn't work anymore. I couldn't find anything specific on this topic. Do I need to do something else or has the color support on console been dropped?
sender.sendChatToPlayer(ChatMessageComponent.createFromText(EnumChatFormatting.RED + "text goes here");
sender.addChatMessage(new ChatComponentText(EnumChatFormatting.RED + "text goes here");
Hey,
have I done something wrong in this config ? I want to disable the chunkloading of quarries and nothing else:
http://hastebin.com/rajoxohida.coffee
Somehow this disables the chunkloading of other mods like extra utilities, too.
Hey,
im using worldguard for all my protections, but i would like to use the power of forge and stop things like mininglasers...
Is there anyway/workaround to use worldguards api in forge ? Maybe with a second plugin ? How would this look like ?