Setup
- Place the plugin jar in your Velocity plugins folder.
- Configure your lobbies in two places:
Plugin Config (config.yml)
This file is located in src/main/resources/config.yml (it will be copied to plugins/vLobbyConnect/config.yml on first run):
Code (YAML):
lobbies:
1.20lobby1
:
"name1"
1.20lobby2
:
"name2"
1.8lobby1
:
"name3"
1.8lobby2
:
"name4"
# To add more lobbies, follow the pattern "VERSIONlobbyX"
# Example:
# 1.13lobby8: "name5"
Velocity Server Configuration (velocity.toml)
In your velocity.toml, configure the servers with the required modifications. For example:
Code (YAML):
[servers
]
name1 =
"ip"
name2 =
"ip"
name3 =
"ip"
name4 =
"ip"
try =
[
"lobby1"
]
message @kmaba on discord for quick assistance