PlotSquared - Reinventing the plotworld
Go to file
boy0001 0b0461f5f4 Update checking, plugin disabling, code cleanup
Now compatible with various plugin managers:
- Will attempt to unload depending/softdepending plugins on disable
- Will attempt to load disabled depending/softdepending plugins on
enable

Update checking:
- Currently subscribed to be notified about updates on Spigot
- You can use "/plot update" to download the latest version, or specify
a new source URL

Plugin disabling:
- new command /plot disable
2015-07-06 19:38:37 +10:00
PlotSquared Update checking, plugin disabling, code cleanup 2015-07-06 19:38:37 +10:00
.gitignore Greeting flag in title 2015-05-10 17:41:41 +10:00
LICENSE Create LICENSE 2014-10-30 16:23:09 +01:00
README.md update url 2015-05-15 14:00:39 +10: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