📔
ImproveDev | Wiki
  • Welcome
  • LifeMod
    • Get Started
    • Introduction
  • Installation
  • LifeQueue
    • Get Started
    • Features
    • Installation
    • Permissions
    • Frequently Asked Question (FAQ)
    • Configuration
Powered by GitBook
On this page
  • 1 - Configuration of the permissions (config.yml)
  • 2 - Configuration of the priorities (config.yml)
  • 3 - Configuration of differents message (config.yml)
  1. LifeQueue

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 :

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 :

queue:
  priority:
    # Priority levels based on permissions (lower priority number = higher priority)
    admin:
      permission: "lifequeue.priority.admin" # Admin priority level (highest priority)
      priority: 2

After :

queue:
  priority:
    # Priority levels based on permissions (lower priority number = higher priority)
    michel:
      permission: "lifequeue.priority.lampalon" # custom priority level (most highestpriority)
      priority: 1

3 - Configuration of differents message (config.yml)

You can configure your favorite type of message :

queue:
  messages:
    ActionBarMessages: false # Send actionbar message
    MessagesInChat: true     # Send chat message
    BossBarMessages: false   # Send bossbar message
PreviousFrequently Asked Question (FAQ)

Last updated 6 months ago