Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 472 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 472 Bytes

RTMCPlugin

The official RTMC bukkit plugin as its used on www.rushteamc.com

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out and install Bukkit
    • Note: this is not needed as maven will uses a repository that has Bukkit too, but you might have a newer one (with your own changes :D)
  • Check out this repo and: mvn clean package