Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 662 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 662 Bytes

Client

Official Project Ares client mod that provides useful information and features to players

Compilation

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.

Coding Conventions

  • 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.