OccyStrap is a piece of Java software that allows a user to link multiple Minecraft servers together, Giving players the ability to teleport and travel from one to the other.
This makes it perfect for servers looking to distribute the load on their servers or include multiple conflicting gamemodes.
OccyStrap is based off of BungeeCord, Originally created by @md_5
We've created OccyStrap to improve upon BungeeCord and create changes we felt were necessary to make.
- Move Tablist settings to Server block, added the ability for tablist types to change when going from server to server
- Remove MOTD settings from Listener block
- Add a "Player Count" setting to allow the motd to display the player count for just that server
- Forge Detection in the API
- Fix the tablist API
- Merge some of the long-ignored PR's for BungeeCord (May break some plugins)
You can download a pre-compiled version here
A guide for BungeeCord installation and usage is avaliable here
It might not be an exact guide due to the changes we have made in OccyStrap, our own guide is coming soon
Just submit a pull request and we'll check it out
We use Maven to handle our dependencies.
Clone this repo using git
git submodule update --init
./applyPatches.sh
mvn clean install