Skip to main content
Version: CloudNet v3.5 ๐Ÿšง

CloudPerms Module

The CloudPerms module provides access in Minecraft to the internal Permission Management of CloudNet just like any other permission plugin. The permissions can be managed using the permissions command in the Cloud.

Configuration

enabled

Enables (or disables) the CloudNet Permissions System (true/false)

excludedGroups

This is a JsonArray containing the names of the groups on which the Permission System should be disabled. Example:

  "excludedGroups": [
"BauServer",
"DevServer"
]

Sample Configuration

The default configuration of the CloudPerms Module looks like this:

{
"enabled": true,
"excludedGroups": []
}