Permission Modes

Control who can use status roles.

Feature: Customization & Control

Permissions

Introduction

A Permission Management System that provides a comprehensive control over who can utilize status-based role assignments.

Parameters

Name
Description
Data Type

type

Defines the overall access level for status role features

options (open, whitelist, blacklist)

user

The user to add/remove from blacklist/whitelist.

user

role

The role to add/remove from blacklist/whitelist.

role

reason

The reason for the addition to blacklist/whitelist.

string

Access Mode

Choose the permission mode that best suits your server's needs:

Open for full access, Whitelist for restricted access to specific users/roles, or Blacklist to exclude certain users/roles.

/permissions mode (type)

Example Usage


Whitelist Mode

In this mode, only the specific users or roles you add to the whitelist will be able to use the status role features. Everyone else is automatically excluded.

Add Roles to Whitelist Mode

/permissions whitelist add-role (role) [reason]

Remove Roles from Whitelist Mode

/permissions whitelist remove-role (role) [reason]

Blacklist Mode

In this mode, everyone can use the status role features except for the specific users or roles you add to the blacklist.

Add Roles to Blacklist Mode

/permissions blacklist add-role (role) [reason]

Remove Roles from Blacklist Mode

/permissions blacklist remove-role (role) [reason]

Last updated