HomeJavaModsVelocity Queue
Velocity Queue
ModsJava

Velocity Queue

by bunbunconmeow · on Modrinth

The best free Velocity Queue you`ll find. Free Minecraft Java mod for 1.19, 1.20, 1.21.

⬇ Download on Modrinth

SecVers Queue System

A powerful Velocity queue system supporting multiple priority queues with full LuckPerms integration.


FEATURES


HOW IT WORKS

  1. Player joins the limbo/queue server (configure this in Velocity with limboserver setting).
  2. The queue system checks the player's group via LuckPerms database (MySQL only).
  3. The player is assigned to their respective queue:
    • Premium -> VIP -> Default -> Softban
  4. Every tick (5s by default), the system checks if the target server is online and has available slots.
  5. Players are sent to the target server based on queue priority.

CONFIGURATION (config.yml)

# SecVers Queue config.yml

# Enable LuckPerms support.
# Requires a MySQL or MariaDB connection without SSL.
enablelp: false

# The server players join to wait in queue
limboserver: queue

# The target server players will be sent to
targetserver: survival

# Group configuration
# Group names are retrieved from the 'luckperms_user_permissions' table.
# Example: use 'premium' not 'group.premium'.
Groups:
  softban: badgroup
  default: default
  vip: vip
  premium: premium
  displayname_softban: badgroup
  displayname_default: default
  displayname_vip: VIP
  displayname_premium: Premium

# Queue settings
# Enable or disable queues individually
# SoftbanQueueEnabled defaults to allowing join after 5 minutes if other queues are empty
QueueGroupSettings:
  premiumQueueEnabled: true
  vipQueueEnabled: true
  QueueEnabled: true
  SoftbanQueueEnabled: true

# Database connection for LuckPerms integration
database:
  host: 127.0.0.1
  port: 3306
  name: luckperms
  user: root
  pass: ''

EXAMPLE FLOW

  1. Player joins the limbo server queue.
  2. Queue system retrieves their group from LuckPerms MySQL.
  3. Adds them to their queue (Premium -> VIP -> Default -> Softban).
  4. Every 5 seconds:
    • Checks target server status
    • Moves next player in priority order if slots are available.

NOTES

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more