Information

permissions (Configuration)
TypeCorrade progressive configuration
KeyGroups→Group→Permissions
ValueA collection of permissions enabled for the managed group.
DescriptionThis key holds a collection of permissions for the managed group.
Default Value<Permission>group</Permission> (valid values: multiple keys for all available Corrade permissions).

Example

The following example enables talk and group permissions for the current group:

<Permissions>
  <Permission>talk</Permission>
  <Permission>group</Permission>
</Permissions>