Display MoreNevermind I got this to work and likely it was the problem of Properties being set to Java8 or that it tried to pull in the old RisingworldAPI933 that was in the old Netbeans project I was modifying.
I do have a question on chat colors. Can you still imbed them in chat statements?
player.sendTextMessage("[#cc0000] Checking");
What did it change too? Can you force the chat screen open to show messages. Seems when I send them they are not showing unless I hit T.
they should show automatically. i believe to set chat color it would be something like
im not sure if you can use color(int) for text in chat. if your setting font color to a UIElement i do
if you use an rgba to hex color picker it will show as #ffffffff but you can remove the # and add 0x to get your color.