Describe your feature idea
A chat box with the function to send and read messages from the global chat
Functions:
- sendMessageToPlayer(String senderName, String message)
- sendMessage(String message)
Event:
- playerChat : String : String
Additional context
Not yet