Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 837 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 837 Bytes

VelocityLoadBalancer

A simple plugin to balance player counts on a Velocity proxy.

Installation

  • Download the latest release from the releases tab.
  • Put the jar in your Velocity plugins folder
  • Restart Velocity

Configuration

LoadBalancer does not have a configuration file and uses the fallback servers defined inside the Velocity server to decide which server the player will be connected to.

Building LoadBalancer

The releases tab will be updated for notable changes to the plugin, however if you would like the have the bleeding edge version you can build the plugin yourself.

  • Pull the repository using whichever method you are most comfortable
  • Run the build gradle task using a local gradle distribution or the included gradle wrapper.