HUB

Quick rating

HUB

No reviews yet

This Velocity plugin adds a '/hub' command for quick teleportation to the hub server. It supports customizable messages, configurable hub servers, custom aliases and smart load balancing.

Performance & Optimization
Player Transport
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
2025.12.23a
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

This project is a Hub Plugin for the Velocity Proxy Server. It automatically connects players to the best available lobby servers based on permissions, server load, and other criteria. The plugin includes advanced debugging features and offers full customization through a configuration file.

Features

  • Automatic Server Selection: Automatically connects players to the best available lobby server.
  • Multiple Lobbies: Supports multiple lobby types with individual permissions and priorities.
  • Customizable Messages: Success messages and system notifications can be fully customized using MiniMessage syntax.
  • Dynamic Commands: Fully customizable commands and permissions for different lobbies.
  • Debugging Mode: Enable debug mode to troubleshoot issues with detailed messages.
  • Placeholder Support: Supports placeholders for server and player information.

Installation

  1. Requirements:

    • Velocity Proxy Server (latest version)
    • Java 21
  • Plugin Download:

  • Installation:

    • Place the JAR file in the plugins directory of your Velocity server.
  • Restart the Server:

    • Restart your Velocity server to load the plugin.

Configuration

After the server's first start, a config.yml file will be generated in the plugin directory. This file allows full customization, including commands, permissions, messages, and server behaviors. You can adjust everything to meet your server's needs.

MiniMessage and Regex Support

The plugin supports MiniMessage syntax for customizing messages. You can easily style your messages using MiniMessage tags like <i>, <b>, and <color>. For a quick preview or to test your MiniMessage strings, visit the MiniMessage web editor.

For custom server filters and other patterns, Regex is supported. Test your expressions easily with a Regex editor.

Example Configuration

messages:
  success-message: <#69d9ff>You are now in the <i>Hub</i>.
  already-connected-message: <#ff614d>You are already on the <i>Hub</i>.
  connection-in-progress-message: <#ff9c59>In Progress...
  server-disconnected-message: <#ff614d>The Lobby Server is Offline...
  connection-cancelled-message: <#ff614d>Transfer cancelled.
system-messages:
  players-only-command-message: <#ff9c59>This Command is only available to Players.
  no-lobby-found-message: <#ff9c59>I'm sorry! I was unable to find a Lobby Server for you.
aliases:
  - lobby
  - leave
base-hub-command: hub
debug:
  enabled: true
  permission: hub.debug
lobbies:
  - name: teamlobby
    filter: (?i)^teamlobby.*
    permission: hub.team
    priority: 2
    commands:
      teamlobby:
        standalone: false
        subcommand: true
    autojoin: false
  - name: premiumlobby
    filter: (?i)^premiumlobby.*
    permission: ''
    priority: 1
    commands:
      premiumlobby:
        standalone: true
        subcommand: false
    autojoin: true
    overwrite-messages:
      success-message: <#69d9ff>You are now in the <b>Premium Hub</b>.
  - name: lobby
    filter: (?i)^lobby.*
    permission: ''
    priority: 0
    commands:
      base:
        standalone: false
        subcommand: true
    autojoin: true
placeholder:
  server:
    enabled: true
  lobby:
    enabled: true
  player:
    enabled: true
auto-select:
  on-join: true
  on-server-kick: true
ping-duration-in-millis: 20
finder:
  start-duration: 20
  increment-duration: 20
  max-duration: 200

You can customize all commands, permissions, and other settings directly in the configuration file to suit your server's requirements.

Screenshots

Gallery

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~11,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works