diff --git a/articles/permissions.md b/articles/permissions.md index 05c13efc5..823807b86 100644 --- a/articles/permissions.md +++ b/articles/permissions.md @@ -1,6 +1,6 @@ # Permissions System -Permissions are set on a resource-by-resource basis and have to be accepted by the user joining the server +Permissions are set on a resource-by-resource (in `resource.toml`) basis and have to be accepted by the user joining the server ## Permission Types @@ -15,7 +15,8 @@ Permissions are set on a resource-by-resource basis and have to be accepted by t Permissions can be either be optional or required. When they are optional, this will still allow the player to join the server if they don't agree to it however you will no longer have access to the features for which the permission covers. Required permissions behave differently in the fact that if the user does not accept them then they will be unable to access the server. -``` +`resource.toml` +```toml required-permissions = [ "Screen Capture", "WebRTC",