ModsJava
VelocityLoadBalancer
️ Simple load balancing plugin for Velocity
⬇ Download on HangarOpen in MCModsHubGet it on Google Play →**VelocityLoadBalancer**
️ Simple plugin for Velocity, which helps in optimizing servers load by balancing players on backend servers.
**Installation**
* Download the latest release from the [releases tab](https://github.com/szczurowsky/velocityloadbalancer/releases).
* Put the jar in your Velocity plugins folder
* Restart Velocity
**Configuration**
Basically everything you need to do is set up servers on Velocity.
Plugins will automatically detect all backend servers and start balancing players between them.
Example config:
```
[servers]
# Configure your servers here. Each key represents the server's name, and the value
# represents the IP address of the server to connect to.
server1 = "127.0.0.1:25565"
server2 = "127.0.0.1:25566"
server3 = "127.0.0.1:25567"
server4 = "127.0.0.1:25568"
# In what order we should try servers when a player logs in or is kicked from a server.
try = [
"server1",
"server2",
"server3",
"server4"
]
```
**Building plugin**
* Pull the latest version of the repository
* Run *./gradlew shadowJar*
VelocityLoadBalancer is a free Minecraft Java mod. Compatible with Minecraft 3.2. Downloaded 72 times (via Hangar). Download it and open it directly in the game.
Explore more