Use Incendo pasting instead of Hastebin

This commit is contained in:
Sauilitired
2019-01-09 23:12:36 +01:00
parent 727d120e70
commit 053edb823d
5 changed files with 295 additions and 63 deletions

View File

@ -151,6 +151,10 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
return this.version;
}
@Override public String getServerImplementation() {
return Bukkit.getVersion();
}
@Override public void onEnable() {
if (pluginMap != null) {
pluginMap.put("PlotMe-DefaultGenerator", this);