A simple plugin to balance player counts on a Velocity proxy.
- Build using
./gradlew build
- Put the jar from
build/libs
in your Velocity plugins folder - Restart Velocity
- Make sure kubectl tool is there in the image of the velocity
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.