From 41f11ae351bda66634ff3b269972152891765cab Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Mon, 6 Apr 2026 00:10:28 +0300 Subject: [PATCH] Update server MOTD for All the Mods 10 configuration --- nix-system-configs/modules/system/minecraft.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index 55bc469..7e945e7 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -100,7 +100,7 @@ in { serverProperties = { server-port = 25566; - motd = "PRG Fabric Modded Server"; + motd = "The Sub Server All the Mods 10"; difficulty = "hard"; gamemode = "survival"; max-players = 64;