parent
57d41ae6f7
commit
165690f80e
@ -63,7 +63,7 @@ public class FaweBukkit implements IFawe, Listener {
|
|||||||
Fawe.set(this);
|
Fawe.set(this);
|
||||||
setupInjector();
|
setupInjector();
|
||||||
if (Bukkit.getVersion().contains("git-Spigot")) {
|
if (Bukkit.getVersion().contains("git-Spigot")) {
|
||||||
debug("====== USE PAPER SPIGOT ======");
|
debug("====== USE PAPER ======");
|
||||||
debug("DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/");
|
debug("DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/");
|
||||||
debug("GUIDE: https://www.spigotmc.org/threads/21726/");
|
debug("GUIDE: https://www.spigotmc.org/threads/21726/");
|
||||||
debug(" - This is only a recommendation");
|
debug(" - This is only a recommendation");
|
||||||
@ -389,4 +389,4 @@ public class FaweBukkit implements IFawe, Listener {
|
|||||||
}
|
}
|
||||||
return ((BlocksHubBukkit) blocksHubPlugin).getApi();
|
return ((BlocksHubBukkit) blocksHubPlugin).getApi();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user