Enable-Permission
The Enable-Permission option enables permission checks before a player can use the prompting feature.
Usage
You can configure the Enable-Permission by editing the "config.yml" file as follows:
# Enable permission check
# before a player can use
# the prompting feature
Enable-Permission: falseIn this example, the permission check is set to false.
Explanation
Enabling the Enable-Permission option allows you to control whether players need specific permissions to use the command prompting feature. When set to true, players must have the required permission to use the command prompting functionality.
Example
To enable permission checks, use the following configuration:
Enable-Permission: trueThis will enforce permission checks for using the command prompting feature.
Last updated
Was this helpful?