Add note about BungeeCord
This commit is contained in:
parent
282ba1fdc7
commit
3e2a7bb17c
@ -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 <git@md-5.net>
|
||||
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" );
|
||||
|
Loading…
Reference in New Issue
Block a user