From edc43bd53b78d8c47b8a2dc31fadfe0654712b17 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 11 Mar 2016 09:05:42 -0500 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 9d84b54d0..7d8819242 100644 --- a/README.md +++ b/README.md @@ -11,34 +11,18 @@ is to provide a lag-free and smooth experience. ### Server Owner * [Spigot Page](https://www.spigotmc.org/resources/plotsquared.1177/) -* [WebChat/IRC](http://webchat.esper.net/?nick=&channels=IntellectualCrafters&fg_color=000&fg_sec_color=000&bg_color=FFF) +* [WebChat/IRC]: #IntellectualCrafters on irc.esper.net * [Wiki](https://github.com/intellectualcrafters/plotsquared/wiki) * [Website](http://plotsquared.com) ### Developer Resources -* *Outdated* [JavaDocs](http://empcraft.com/plotsquared/doc/) -* [Build Server](http://ci.xephi.fr/job/PlotSquared/) -* [Maven Repo](http://ci.xephi.fr/plugin/repository/everything/) - - -# Maven -We're now on maven! (Unofficial Maven Repo) -```xml - - - xephi-repo - http://ci.xephi.fr/plugin/repository/everything/ - - - - com.intellectualcrafters - plotsquared - 3.2.27-SNAPSHOT - -``` +* [JavaDocs] Link Temporarily Unavailable +* [Build Server] Link Temporarily Unavailable +* [Maven Repo] Link Temporarily Unavailable # Building -Build the project using your favourite compiler (maven is the recommended way to build), then package the jar using `mvn package`. +Gradle is the **recommended** way to build the project. Use `./gradlew build` in the main project directory to build the project. Gradle is required if you intend to build or develop the Sponge module. +If you prefer to use maven, a `pom.xml` file is provided for working with the Bukkit part of the plugin. # Contributing Feel free to contribute, if you feel like you can improve the plugin in any way. Make sure to test your code before sending it away from us, as committing broken code will block you from future contribution. @@ -53,3 +37,5 @@ Feel free to contribute, if you feel like you can improve the plugin in any way. * [PlotSquaredMG](https://www.spigotmc.org/resources/plotsquaredmg.8025/) * [BasicPlots](https://www.spigotmc.org/resources/basicplots.6901/) * [HoloPlots](https://www.spigotmc.org/resources/holoplots.4880/) + +[WebChat/IRC]: http://webchat.esper.net/?nick=&channels=IntellectualCrafters&fg_color=000&fg_sec_color=000&bg_color=FFF