geforkt von Mirrors/FastAsyncWorldEdit
setup vault after loading
Dieser Commit ist enthalten in:
Ursprung
4041b2aa1d
Commit
313701a836
@ -88,7 +88,7 @@ public class FaweBukkit implements IFawe, Listener {
|
|||||||
Integer.parseInt(Bukkit.getBukkitVersion().split("-")[0].split("\\.")[1]) >= 16;
|
Integer.parseInt(Bukkit.getBukkitVersion().split("-")[0].split("\\.")[1]) >= 16;
|
||||||
|
|
||||||
//Vault is Spigot/Paper only so this needs to be done in the Bukkit module
|
//Vault is Spigot/Paper only so this needs to be done in the Bukkit module
|
||||||
setupVault();
|
TaskManager.IMP.later(this::setupVault, 0);
|
||||||
|
|
||||||
//PlotSquared support is limited to Spigot/Paper as of 02/20/2020
|
//PlotSquared support is limited to Spigot/Paper as of 02/20/2020
|
||||||
TaskManager.IMP.later(this::setupPlotSquared, 0);
|
TaskManager.IMP.later(this::setupPlotSquared, 0);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren