Text Chat

Implement an automated moderation system to filter out banned words and URLs, ensuring a safe and welcoming environment. A spam protection will be added to the system to avoid chat spam. A Rate Limit will be applied which restricts the number of messages a user can send in a given timeframe to prevent flooding the chat with too many messages. Players can send a message up to 5 chats per 10 seconds. Chats only restrict to 256 characters.

Text chat will be divided into 4 categories:

General Chat

Text Color: White

Description: A chat that shows to all players within the world in the chat box

Broadcast Chat

Text Color: Blue

Description: A chat that will be used by the Game Master and Moderator to announce a certain event that they want to do. This chat will show on the screen of the player.

Say Chat

Text Color: Green

Description: A chat that shows to other players within a 20 meter radius

Whisper Chat

Text Color: Purple

Description: A chat which can personally message a player

Last updated