Chat Utils
object ChatUtils
A collection of utility functions for creating and sending or displaying chat messages.
Use chatMessage to put messages in chat which are only visible locally and are not sent to the server.
Use modMessage for client side messages in chat that start with mods chat prefix.
Use sendChat for sending a player message to the server.
Use command to execute commands either client side or send them to the server.
Author
Aton
Functions
Link copied to clipboard
Print a message in chat client side.
Link copied to clipboard
Link copied to clipboard
Puts a message in chat client side with the mod prefix.
Link copied to clipboard
Remove control codes from the receiver with the vanilla function for it.