-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration
This is where you set which groups will see/use which commands. Each group on this list will match your permission plugin's group names.
groups:
admin:
commands:
- somevipcommand
- help
vip:
commands:
- somevipcommand
- help
default:
commands:
- help
If a player is in multiple groups, they will inherit commands from all groups they are present in. If a player is not in a group, they will not see any commands.
You can use tabcompleter.bypass
to bypass this list and allow all commands.
This will actually block command execution of commands that are not allowed. If this is set to false
, commands can still run despite not being present on the command tab suggestion. Set this to true
so they can be blocked.
Send this message if a player tries to run a command that they are not allowed to use. actually-block-command-execution
must be enabled for this to work.
Note: This uses MiniMessage to format colors and display (does not use &). You can read more about it here and use a visual tool here.