summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/ahmed/minecraft/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/ahmed/minecraft/default.nix b/hosts/ahmed/minecraft/default.nix
index acf627e..416e787 100644
--- a/hosts/ahmed/minecraft/default.nix
+++ b/hosts/ahmed/minecraft/default.nix
@@ -21,6 +21,7 @@
server-properties.level-seed = "1727502807"; # Seed requested by Tobias.
server-properties.difficulty = "hard"; # Required for some game mechanic.
server-properties.allow-cheats = true;
+ server-properties.spawn-protection = 0; # Don't prevent building around spawn.
# Whitelist generated with this command:
# ```sh
@@ -53,6 +54,11 @@
uuid = "6a0a1d3b-ad0f-4a73-8e0c-97782a380ff4";
level = 2;
}
+ {
+ username = "_SneakyPanda_";
+ uuid = "6f88ea4f-2f87-47c9-99dd-be16e68c9913";
+ level = 2;
+ }
];
};