Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Szczurowsky

️ Simple load balancing plugin for Velocity

Report VelocityLoadBalancer?

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

Information

CategoryAdmin Tools
Published onApril 23, 2023
LicenseMIT
Downloads47
Stars0
Watchers1

Pinned Versions

Source Code

Members