change API constructor

This commit is contained in:
boy0001 2015-03-28 02:04:07 +11:00
parent 1aac1f40da
commit 01c640b72f

View File

@ -82,6 +82,9 @@ import com.intellectualcrafters.plot.uuid.UUIDWrapper;
public PlotAPI(final JavaPlugin plugin) {
}
public PlotAPI() {
}
/**
* Get all plots
*