Initial commit.

This commit is contained in:
md_5
2012-10-05 11:01:31 +10:00
commit b876fb2e1b
23 changed files with 1495 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
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.