update url

This commit is contained in:
boy0001 2015-05-15 14:00:39 +10:00
parent 2bbf5dba5d
commit 66e9b0ec9e
2 changed files with 2 additions and 2 deletions

View File

@ -918,7 +918,7 @@ public class PlotSquared {
// Mob stuff
Settings.KILL_ROAD_MOBS = config.getBoolean("kill_road_mobs");
Settings.MOB_PATHFINDING = config.getBoolean("mob_pathf" + "inding");
Settings.MOB_PATHFINDING = config.getBoolean("mob_pathfinding");
// Clearing + Expiry
Settings.FAST_CLEAR = config.getBoolean("clear.fastmode");

View File

@ -6,7 +6,7 @@ PlotSquared - Plot Plugin Extraordinaire.
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**
## 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://ci.nixium.com/job/PlotSquared/javadoc/ "JDOCS").
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://empcraft.com/plotsquared/doc/ "JDOCS").
## Links: ##