9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-19 15:09:18 +00:00

add message for promotion of world to main world

This commit is contained in:
Julian Krings
2025-07-28 15:16:21 +02:00
parent fba9c17e3f
commit 0648cfd3fa

View File

@@ -123,6 +123,7 @@ public class CommandIris implements DecreeExecutor {
} }
worldCreation = false; worldCreation = false;
sender().sendMessage(C.GREEN + "Successfully created your world!"); sender().sendMessage(C.GREEN + "Successfully created your world!");
if (main) sender().sendMessage(C.GREEN + "Your world will automatically be set as the main world when the server restarts.");
} }
@SneakyThrows @SneakyThrows