A simple plugin to balance player counts on a Velocity proxy.
- Download the latest release from the releases tab.
- Put the jar in your Velocity plugins folder
- Restart Velocity
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.
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.