From 2ac84f14be4399585791458721acc01072cb21d1 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Thu, 23 Sep 2021 17:06:48 +0200 Subject: [PATCH] Just so they don't go on multiple lines :) --- src/main/java/com/volmit/iris/core/ServerConfigurator.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/volmit/iris/core/ServerConfigurator.java b/src/main/java/com/volmit/iris/core/ServerConfigurator.java index 403a717e8..a9a84bc0c 100644 --- a/src/main/java/com/volmit/iris/core/ServerConfigurator.java +++ b/src/main/java/com/volmit/iris/core/ServerConfigurator.java @@ -224,7 +224,9 @@ public class ServerConfigurator { public static void restart() { J.s(() -> { - Iris.warn("New data pack entries have been installed in Iris! Restarting server! (You can disable this auto restart in iris settings). This will only happen when your pack changes (updates/first time setup)"); + Iris.warn("New data pack entries have been installed in Iris! Restarting server!"); + Iris.warn("This will only happen when your pack changes (updates/first time setup)"); + Iris.warn("(You can disable this auto restart in iris settings)"); J.s(() -> { Iris.warn("Looks like the restart command diddn't work. Stopping the server instead!"); Bukkit.shutdown(); @@ -268,7 +270,8 @@ public class ServerConfigurator { } if (warn) { - Iris.error("The Pack " + dimension.getLoadKey() + " is INCAPABLE of generating custom biomes, restart your server before generating with this pack!"); + Iris.error("The Pack " + dimension.getLoadKey() + " is INCAPABLE of generating custom biomes"); + Iris.error("If not done automatically, restart your server before generating with this pack!"); } return !warn;