# 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:

```yaml
# Enable permission check
# before a player can use
# the prompting feature
Enable-Permission: false
```

In 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:

```yaml
Enable-Permission: true
```

This will enforce permission checks for using the command prompting feature.
