From 69bb19d9afd6c54721652ee5a83577b14e613a3b Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sun, 21 Sep 2014 22:23:33 -0500 Subject: [PATCH] Redo protocol warning message --- .../PaperSpigot-protocol-warning.patch | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Spigot-Server-Patches/PaperSpigot-protocol-warning.patch diff --git a/Spigot-Server-Patches/PaperSpigot-protocol-warning.patch b/Spigot-Server-Patches/PaperSpigot-protocol-warning.patch new file mode 100644 index 0000000000..7bf6e2a5e5 --- /dev/null +++ b/Spigot-Server-Patches/PaperSpigot-protocol-warning.patch @@ -0,0 +1,25 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Zach Brown <1254957+zachbr@users.noreply.github.com> +Date: Sun, 21 Sep 2014 22:10:16 -0500 +Subject: [PATCH] PaperSpigot protocol warning + + +diff --git a/src/main/java/org/bukkit/craftbukkit/Main.java b/src/main/java/org/bukkit/craftbukkit/Main.java +index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644 +--- a/src/main/java/org/bukkit/craftbukkit/Main.java ++++ b/src/main/java/org/bukkit/craftbukkit/Main.java +@@ -0,0 +0,0 @@ public class Main { + } + } + +- System.err.println( "This Spigot build supports Minecraft clients both of versions 1.7.x and of 1.8.x.\n" ++ System.err.println( "This PaperSpigot build only supports Minecraft 1.8.x clients!\n" + + "*** It is imperative that backups be taken before running this build on your server! ***\n" +- + "Please report any such issues to http://www.spigotmc.org/, stating your client, server, and if applicable BungeeCord versions.\n" +- + "*** Any bug reports not running the very latest versions of these softwares will be ignored ***\n\n" ); ++ + "Please report issues directly to Paper, and always ensure you're up-to-date!\n" ++ + "*** Any bug reports not running the very latest version of the software will be ignored ***\n\n" ); + + // Spigot end + +-- \ No newline at end of file