modMessage

fun modMessage(text: String, reformat: Boolean = true)

Puts a message in chat client side with the mod prefix.

See also

Parameters

reformat

Replace the "&" in formatting strings with "ยง".


fun modMessage(iChatComponent: IChatComponent)

Puts a message in chat client side with the mod prefix.

See also