From 3f92b43ccf99564ef5667de6d4b3a69ee70999fe Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Mon, 19 Jan 2015 20:34:38 -0800 Subject: [PATCH] update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c05f9e583..ff685936a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ PlotSquared - Plot Plugin Extraordinaire. ## Compile: ## Build the project using your favourite compiler (maven is the recommended way to build), then package the jar using `mvn package` **MAVEN IS REQUIRED TO BUILD AND PACKAGE THE JAR** -To build the PlotMe converter, you need a PlotMe jar file (a release post-UUID), we won't host and share this for obvious reasons. - ## API: ## The main API class can be found [here](https://github.com/IntellectualCrafters/PlotSquared/blob/master/PlotSquared/src/main/java/com/intellectualcrafters/plot/api/PlotAPI.java "API"). JavaDoc's can be found [here](http://git.plotworld.info/jdocs/ "JDOCS").