We need a way to do this even if no admin is connected, via the lua api (so we can build votekick systems for instance)
something like :
kick (uint player-id, string reason)
ban (uint player-id, uint ban-duration, string reason)
mute (uint player-id, uint duration)
Also noted people requesting a way to get the ping of players
In the meantime, it could be really handy to be able to somehow parse the chat. Guis are great but custom chat commands are still a must have
I could see something like event on_chat_message
contains
uint player id
string[] words
Thanks you devs
