Official Project Ares client mod that provides useful information and features to players
We use maven to handle our dependencies.
- Install Maven 3
- Check out this repo and:
mvn clean package
- To create a packaged jar, add
-P mcp-final-win
for Windows, or-P mcp-final-unix
for Mac OS X/Linux.
- We generally follow the Sun/Oracle coding standards.
- No tabs; use 4 spaces instead.
- No trailing whitespaces.
- No CRLF line endings, LF only, put your gits 'core.autocrlf' on 'true'.
- No 80 column limit or 'weird' midstatement newlines.