VLobby
Lobby plugin for Velocity servers
System Requirements
- Velocity version 3.2.0 or higher
- Java 17 or newer
- MCKotlin plugin installed
Key Features
Support for working with multiple lobby servers simultaneously. Use of modern MiniMessage format for text styling. Various modes for sending players to servers.
One of the key features is the ability to configure individual commands for teleporting to each server. For example, for a server named "survival", you can create a "/survival" command that will transport the player there. All these settings are adjustable in the CommandHandler section of the configuration.
Command Handler Types
VLobby implements two main types of command handlers:
Regular Mode (REGULAR)
The plugin's standard way of working. Allows creating any number of commands to access a group of lobby servers or a single lobby if you only have one server of this type.
Server Name Command (COMMAND_TO_SERVER)
In this mode, the server name is used as the command for teleporting to any server. For example, to go to the survival server, you'll need the vlobby.command.survival permission and use the /survival command.