diff --git a/README.md b/README.md index 9d12161..b04ff07 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This plugins adds Jail to your Minecraft server. Admins can define several jails Developing/Building === If you want to make some changes, build, and run the unit tests you will notice we require CraftBukkit 1.8 with maven and it isn't hosted anywhere publically for legal reasons. You will need to build CraftBukkit 1.8 yourself and then put it locally for maven with the following command: + `mvn install:install-file -Dfile=craftbukkit-1.8.jar -DgroupId=org.bukkit -DartifactId=craftbukkit -Dversion=1.8-R0.1-SNAPSHOT -Dpackaging=jar` Beta 4 Changes