Crqzy's Lobby
ModrinthA lightweight Paper plugin that sends players back to your Velocity lobby server. Configure the server name and any number of commands (e.g. /lobby, /hub) directly in config.yml — no restarts required for new commands.
2 downloads updated 8d ago
latest v1.0 Modrinth
Crqzy's Lobby
A lightweight Paper plugin that connects players to your Velocity lobby server via a simple command. Everything is configurable — the target server name and all commands are defined in config.yml, so you never have to touch the plugin itself.
Features
- Sends players to your lobby server with a single command
- Configure the Velocity server name in
config.yml(default:lobby) - Add any number of custom commands (default:
/lobbyand/hub) - Commands are registered dynamically at startup — no entries needed in
plugin.yml - Clean feedback messages for players
Requirements
- Paper 1.21.11 or compatible fork
- Velocity proxy with
bungee-plugin-messaging-channel: trueenabled invelocity.toml
Installation
- Drop the
.jarinto your Paper server'splugins/folder - Start the server once to generate
plugins/Crqzys_Lobby/config.yml - Edit the config to match your setup
- Restart or reload the plugin
Configuration
# The name of the lobby server as registered in Velocity
lobby-server: "lobby"
# Commands that send players to the lobby
# Add as many as you want — no changes to plugin.yml needed
commands:
- "lobby"
- "hub"
Note: Make sure
bungee-plugin-messaging-channel: trueis set in yourvelocity.toml, otherwise the plugin cannot communicate with Velocity.

Comments 0
No comments yet. Be the first to share your thoughts.