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
No known key found for this signature in database
GPG Key ID: 208C6E08C3B718D2

View File

@ -123,6 +123,7 @@ public class CommandIris implements DecreeExecutor {
}
worldCreation = false;
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