📌 IMPORTANT NOTICE
As of Unturned version 3.25.8.0 theConfig.jsonfile has been replaced by the newConfig.txtfile. This guide is kept for historical purposes, but we recommend using the Config.txt file for configuring your Unturned server.
UnityEvents is a section of debug options used for certain community-made game modifications. It doesn't include any interesting options, so I recommend leaving it as it is.
Based on Official Unturned Wiki and our experience.
"UnityEvents": {
"Allow_Server_Messages": false,
"Allow_Server_Commands": false,
"Allow_Client_Messages": false,
"Allow_Client_Commands": false
}
Allows Unity events to broadcast text chat messages from the server.
Messenger context is logged to help track down abusive assets.
Allows Unity events to execute commands from the server.
Messenger context is logged to help track down abusive assets.
Allows Unity events to broadcast text chat messages from the client.
Basically allows the client to send messages in chat modes it usually can't send like Welcome or Say.
Allow Unity events to execute commands from the client.
The player still needs to be admin to actually execute those commands, so it's not a security risk.