Lets you change messages for when people join, leave, get kicked or banned.
You can change the prefix and suffix for each type of messages. bbcode can be used, but do be carefull if you dont close the tags it can cause the chat to be broken
default config
{
"joinPrefix": "[color=#00C203]",
"joinSuffix": " :Joined[/color]",
"LeavePrefix": "[color=#FFBB00]",
"LeaveSuffix": " :Left[/color]",
"KickPrefix": "[color=#FF0000]",
"KickSuffix": " was KICKED[/color]",
"BanPrefix": "[color=#820000]",
"BanSuffix": " was BANNED[/color]"
}