Posted September 22, 201312 yr I know how to make a Data Tag ( EXAMPLE dataList.add ("Li"); ) but I need to make it colored like you can in MCEdit with Lore plugins. Any help is appreciated!
September 22, 201312 yr Author To color any text in Minecraft use the EnumChatFormatting class. It has a handy toString method so you can just do stuff like this: String coloredText = EnumChatFormatting.RED + "This is Red" + EnumChatFormatting.RESET + " and this is white again"; Thanks! But is this chainable or just placed in the class of the item?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.