Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Configuration

hyperdefined edited this page Mar 2, 2023 · 6 revisions

groups

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.

actually-block-command-execution

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.

invalid-command-message

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.

Clone this wiki locally