PlotSquared - Reinventing the plotworld
Go to file
boy0001 0c3919b365 Added experimental chunk processing:
If enabled:
- Detects laggy chunks based on a configured threshold
- Removes all sources of lag from the chunk

If the threshold is set too low, normal levels of blocks and entities
will be considered "sources of lag", so just be careful when using this
experimental feature.
2015-04-07 22:17:04 +10:00
PlotSquared Added experimental chunk processing: 2015-04-07 22:17:04 +10:00
translation/It_it Added Italian Translation file 2015-03-12 17:40:31 +01:00
.gitignore added Plot API class 2015-03-13 14:15:08 +11:00
LICENSE Create LICENSE 2014-10-30 16:23:09 +01:00
README.md Update ReadMe.md 2015-03-13 17:16:50 +11:00

PlotSquared Official Repo

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

API:

The main API class can be found here. JavaDoc's can be found here.

Addons