MCrow
4 days ago

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
}

Allow_Server_Messages

Allows Unity events to broadcast text chat messages from the server.
Messenger context is logged to help track down abusive assets.

Allow_Server_Commands

Allows Unity events to execute commands from the server.
Messenger context is logged to help track down abusive assets.

Allow_Client_Messages

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_Client_Commands

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.

Need help?

If you need help with the documentation or have any questions, feel free to ask on the forum.

Ask on the forum
Want to contribute?

If you want to contribute to the documentation, you can do so by creating a pull request on GitHub.

Contribute on GitHub