From 3e2a7bb17c420b4ffb7cd4099297f84fc5a1d433 Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 14 Apr 2014 14:55:06 +1000 Subject: [PATCH] Add note about BungeeCord --- CraftBukkit-Patches/0130-Update-Warning.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CraftBukkit-Patches/0130-Update-Warning.patch b/CraftBukkit-Patches/0130-Update-Warning.patch index fb4dcffd0..5a8b1d9cb 100644 --- a/CraftBukkit-Patches/0130-Update-Warning.patch +++ b/CraftBukkit-Patches/0130-Update-Warning.patch @@ -1,11 +1,11 @@ -From 670661e21808edafcf1087d018f14bb8f051f3ef Mon Sep 17 00:00:00 2001 +From e52a1d8a82cbe657525ec95b25dff3ce1c660079 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 12 Apr 2014 21:37:12 +1000 Subject: [PATCH] Update Warning diff --git a/src/main/java/org/bukkit/craftbukkit/Main.java b/src/main/java/org/bukkit/craftbukkit/Main.java -index 008e037..f70db91 100644 +index 008e037..1bc6d4a 100644 --- a/src/main/java/org/bukkit/craftbukkit/Main.java +++ b/src/main/java/org/bukkit/craftbukkit/Main.java @@ -1,7 +1,9 @@ @@ -18,7 +18,7 @@ index 008e037..f70db91 100644 import java.text.SimpleDateFormat; import java.util.Arrays; import java.util.List; -@@ -15,7 +17,31 @@ public class Main { +@@ -15,7 +17,32 @@ public class Main { public static boolean useJline = true; public static boolean useConsole = true; @@ -32,6 +32,7 @@ index 008e037..f70db91 100644 + String line; + System.err.println( "WARNING: This Minecraft update alters the way in which saved data is stored." ); + System.err.println( "Please ensure your server is in the correct online/offline mode state, as the changes made are PERMANENT" ); ++ System.err.println( "If you are running in offline mode, but your BungeeCord is in online mode, it is imperative that BungeeCord support is enabled in spigot.yml and BungeeCord's config.yml" ); + System.err.println( "By typing `yes` you acknowledge that you have taken the necessary backups and are aware of this conversion" ); + System.err.println( "Please type yes to continue starting the server. You have been warned :)" ); + System.err.println( "See http://www.spigotmc.org/wiki/uuid-conversion/ if you have any questions and remember BACKUP BACKUP BACKUP" );