Allows tribe and server admins to set a MOTD for other players
Chat Commands:
Chat Commands:
- /SetMotd <Message> - Changes a MOTD (only for tribe admins). Example: "/setmotd Hello tribe members!".
- SetTribeMotd <TribeID> <Message> - Changes a MOTD for the specific tribe.
- SetPlayerMotd <SteamID> <Message> - Changes a MOTD for the specific player.
- RemoveTribeMotd <TribeID> - Removes a tribe MOTD.
- RemovePlayerMotd <SteamID> - Removes a player MOTD.
JSON:
{
"MessageType":"ServerChat", // Possible options are "ServerChat" or "Notification".
"Color":[
0,
1.0,
0,
1.0
],
"DisplayScale":1.3, // Only for notifications
"DisplayTime":10.0, // Only for notifications
}