mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 07:06:44 +01:00
Include a rationale like Spottedleaf was kind enough to suggest
This commit is contained in:
parent
b05316c000
commit
1d08f4d4ff
@ -160,11 +160,16 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
|
|||||||
|
|
||||||
if (Bukkit.getVersion().contains("git-Spigot")) {
|
if (Bukkit.getVersion().contains("git-Spigot")) {
|
||||||
// Uses System.out.println because the logger isn't initialized yet
|
// Uses System.out.println because the logger isn't initialized yet
|
||||||
System.out.println("[P2] ====== USE PAPER ======");
|
System.out.println("[P2] ========================== USE PAPER ==========================");
|
||||||
|
System.out.println("[P2] Paper offers a more complete API for us to work with");
|
||||||
|
System.out.println("[P2] and we may come to rely on it in the future.");
|
||||||
|
System.out.println("[P2] It is also recommended out of a performance standpoint as");
|
||||||
|
System.out.println("[P2] it contains many improvements missing from Spigot and Bukkit.");
|
||||||
System.out.println("[P2] DOWNLOAD: https://papermc.io/downloads");
|
System.out.println("[P2] DOWNLOAD: https://papermc.io/downloads");
|
||||||
System.out.println("[P2] GUIDE: https://www.spigotmc.org/threads/21726/");
|
System.out.println("[P2] GUIDE: https://www.spigotmc.org/threads/21726/");
|
||||||
System.out.println("[P2] - This is only a recommendation");
|
System.out.println("[P2] NOTE: This is only a recommendation");
|
||||||
System.out.println("[P2] ==============================");
|
System.out.println("[P2] both Spigot and CraftBukkit are still supported.");
|
||||||
|
System.out.println("[P2] ===============================================================");
|
||||||
}
|
}
|
||||||
|
|
||||||
new PlotSquared(this, "Bukkit");
|
new PlotSquared(this, "Bukkit");
|
||||||
|
Loading…
Reference in New Issue
Block a user