Configuration

1 - Configuration of the permissions (config.yml)

The plugin is 100% configurable you can change the permissions of the plugin for example this :

Before :

queue:
  commands:
    # Permissions for queue-related commands
    join: "lifequeue.permission.join"       # Permission for players to join a queue

After :

queue:
  commands:
    # Permissions for queue-related commands
    join: "mybestserver.perm.join"       # Permission for players to join a queue

2 - Configuration of the priorities (config.yml)

You can add, modify and remove priority for example you can remove :

circle-info

If you set 1, it's the highest priority, and the higher you go from 1 to 2 to 3, etc., the lower the priority.

Before :

After :

3 - Configuration of differents message (config.yml)

You can configure your favorite type of message :

Last updated