summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2025-02-02 20:27:23 +0100
committerLinnnus <[email protected]>2025-02-02 20:32:37 +0100
commit932ebdb655b55d8f1a32d7f0f4da5346b172e365 (patch)
treed4f627fa871149e949129a056b588977970c439c /hosts
parente75d377abb059340f17c571089f14ffb7bbd6bbe (diff)
ahmed/minecraft: Make SneakyPanda moderator, set spawn protection
Diffstat (limited to 'hosts')
-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;
+ }
];
};