BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
Go to file
2012-10-05 11:01:31 +10:00
src/main/java/net/md_5/bungee Initial commit. 2012-10-05 11:01:31 +10:00
.gitignore Initial commit. 2012-10-05 11:01:31 +10:00
LICENSE Initial commit. 2012-10-05 11:01:31 +10:00
pom.xml Initial commit. 2012-10-05 11:01:31 +10:00
README.md Initial commit. 2012-10-05 11:01:31 +10:00

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.