BungeeCord proxy plugin that balances the load of players between multiple hub servers using random selection.
Fork by nectariepopa20 · Original: HoverEpic/RandomHub
- Requires BungeeCord 1.21 API (tested with 1.21-R0.4).
- Compile:
mvn clean package - Output:
target/RandomHub.jar
If you see NoSuchMethodError: net.md_5.bungee.chat.TextComponentSerializer: method 'void <init>()' not found, that comes from code that still uses the old BungeeCord chat API. In 1.21 use ComponentSerializer.deserialize(json) or ComponentSerializer.parse(json) instead of new TextComponentSerializer().