VelocityLoadBalancer icon

VelocityLoadBalancer -----

️ Simple load balancing plugin for Velocity



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.
  • 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
Resource Information
Author:
----------
Total Downloads: 269
First Release: Apr 2, 2023
Last Update: Apr 2, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings