From 5930ca45fa772f8423093c03405a130adcd9593d Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 22 Jul 2023 00:34:13 +0200 Subject: [PATCH] Update minecraft confog --- systems/kami/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systems/kami/default.nix b/systems/kami/default.nix index cb9f80f..b635020 100644 --- a/systems/kami/default.nix +++ b/systems/kami/default.nix @@ -38,8 +38,10 @@ difficulty = 3; enable-rcon = true; "rcon.password" = "test"; - motd = "Not A Minecraft Servr"; + motd = "Wake up to reality! Nothing ever goes as planned in this accursed world."; spawn-protection = 0; + level-type = "minecraft:amplified"; + level-name = "amplified_world"; }; };