From ab9af61cbf9d5e746213d5a833fa841e4bcce57a Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 1 Sep 2014 14:41:47 -0500 Subject: [PATCH] Show PaperSpigot in protocol warning --- ...Show-paperspigot-in-protocol-warning.patch | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Spigot-Server-Patches/0037-Show-paperspigot-in-protocol-warning.patch diff --git a/Spigot-Server-Patches/0037-Show-paperspigot-in-protocol-warning.patch b/Spigot-Server-Patches/0037-Show-paperspigot-in-protocol-warning.patch new file mode 100644 index 0000000..48e45be --- /dev/null +++ b/Spigot-Server-Patches/0037-Show-paperspigot-in-protocol-warning.patch @@ -0,0 +1,25 @@ +From d3f684ab6a6f1bd38363994424ad95dfd8078b4a Mon Sep 17 00:00:00 2001 +From: Zach Brown +Date: Mon, 1 Sep 2014 14:41:31 -0500 +Subject: [PATCH] Show paperspigot in protocol warning + + +diff --git a/src/main/java/org/bukkit/craftbukkit/Main.java b/src/main/java/org/bukkit/craftbukkit/Main.java +index 0c4976d..57aecea 100644 +--- a/src/main/java/org/bukkit/craftbukkit/Main.java ++++ b/src/main/java/org/bukkit/craftbukkit/Main.java +@@ -43,9 +43,9 @@ 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 supports Minecraft clients both of versions 1.7.x and of 1.8.x.\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" ++ + "Please report any such issues to the PaperSpigot project, 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" ); + + Enumeration resources = Main.class.getClassLoader().getResources( "META-INF/MANIFEST.MF" ); +-- +1.9.1 +