Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- IChatComponent chat = new ChatComponentText("Some text.");
- chat.getChatStyle().setColor(EnumChatFormatting.RED);
- IChatComponent chat2 = new ChatComponentText(" Some other text.");
- chat2.getChatStyle().setColor(EnumChatFormatting.BLUE);
- chat2.getChatStyle().setBold(true);
- chat.appendSibling(chat2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement