Jump to content

Recommended Posts

Posted

hi,

 

I need to show a text message in chat with multiple format eg. color GREEN and ITALIC at same time.

 

I tryed this but seems wont work:

 

player.addChatComponentMessage(new ChatComponentText(EnumChatFormatting.GREEN.ITALIC + "Hello World!!!"));

 

or

 

player.addChatComponentMessage(new ChatComponentText(EnumChatFormatting.ITALIC.GREEN + "Hello World!!!"));

 

thx

  • 2 years later...
Posted (edited)

If you need a tutorial to do that, you are in too deep: give up and use the 16 color version.

There will never be a tutorial for that because most people don't give a fuck, and the rest can figure it out on their own.

 

Hell, I wrote a font renderer by looking at Minecraft's and fiddling around a little to convert the code into C# so I could use it in Unity.

Edited by Draco18s

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.