Cloned from https://github.com/SpigotMC/BungeeCord
BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
src/main/java/net | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
BungeeCord
The most reliable Minecraft server portal suite.
Coding guidelines
Its not fun to always have to stick to a set of rules, but here are are few to make sure everyone gets the best experience.
- Have verbose commit messages, this makes it much easier to revert commits if the need arises.
- Rebase your commits onto the tracked branch. No merges please.
- Use for spaces, NO tabs.
- Use lombok wherever possible.