Skip to content
N3X15 edited this page Feb 27, 2011 · 4 revisions

Prerequisites:

To compile:

  1. Clone and compile Bukkit and CraftBukkit
  2. Clone this repository via the git link provided above
  3. Get the Permissions plugin JAR
  4. Next, run mvn install:install-file -Dfile=Permissions.jar -DgroupId=org.bukkit -DartifactId=permissions -Dversion=2.1 -Dpackaging=jar
  5. Finally, run mvn clean install
Clone this wiki locally