Include a rationale like Spottedleaf was kind enough to suggest

This commit is contained in:
Sauilitired 2018-12-26 15:38:31 +01:00
parent b05316c000
commit 1d08f4d4ff
No known key found for this signature in database
GPG Key ID: C0207FF7EA146678

View File

@ -160,11 +160,16 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
if (Bukkit.getVersion().contains("git-Spigot")) {
// 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] GUIDE: https://www.spigotmc.org/threads/21726/");
System.out.println("[P2] - This is only a recommendation");
System.out.println("[P2] ==============================");
System.out.println("[P2] NOTE: This is only a recommendation");
System.out.println("[P2] both Spigot and CraftBukkit are still supported.");
System.out.println("[P2] ===============================================================");
}
new PlotSquared(this, "Bukkit");