nixos/whale2: Minecraft server updates
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1h14m44s
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1h14m44s
This commit is contained in:
parent
7a4372dfe7
commit
a741e3eea2
@ -20,6 +20,7 @@ in
|
|||||||
ICON = "/ext/icon.png";
|
ICON = "/ext/icon.png";
|
||||||
DIFFICULTY = "normal";
|
DIFFICULTY = "normal";
|
||||||
|
|
||||||
|
OVERRIDE_WHITELIST = "true";
|
||||||
WHITELIST = concatStringsSep "," [
|
WHITELIST = concatStringsSep "," [
|
||||||
op
|
op
|
||||||
"dcd2ecb9-2b5e-49cb-9d4f-f5a76162df56" # Elderlypug
|
"dcd2ecb9-2b5e-49cb-9d4f-f5a76162df56" # Elderlypug
|
||||||
@ -28,8 +29,11 @@ in
|
|||||||
"703b378a-09f9-4c1d-9876-1c9305728c49" # OROURKEIRE
|
"703b378a-09f9-4c1d-9876-1c9305728c49" # OROURKEIRE
|
||||||
"f105bbe6-eda6-4a13-a8cf-894e77cab77b" # Adzerq
|
"f105bbe6-eda6-4a13-a8cf-894e77cab77b" # Adzerq
|
||||||
"1fc94979-41fb-497a-81e9-34ae24ca537a" # johnnyscrims
|
"1fc94979-41fb-497a-81e9-34ae24ca537a" # johnnyscrims
|
||||||
|
"d53c91df-b6e6-4463-b106-e8427d7a8d01" # BossLonus
|
||||||
];
|
];
|
||||||
OPS = op;
|
OPS = op;
|
||||||
|
SPAWN_PROTECTION = "0";
|
||||||
|
VIEW_DISTANCE = "20";
|
||||||
|
|
||||||
MAX_MEMORY = "4G";
|
MAX_MEMORY = "4G";
|
||||||
MODRINTH_PROJECTS = concatStringsSep "," [ ];
|
MODRINTH_PROJECTS = concatStringsSep "," [ ];
|
||||||
|
Loading…
Reference in New Issue
Block a user