This commit is contained in:
2025-08-14 19:05:35 -05:00
parent bced929e17
commit 0820334c6c
4 changed files with 7 additions and 13 deletions

View File

@@ -31,10 +31,6 @@
hostPort = 25565; hostPort = 25565;
protocol = "udp"; protocol = "udp";
} }
{
containerPort = 25566;
hostPort = 25566;
}
]; ];

View File

@@ -28,24 +28,22 @@
enable = true; enable = true;
package = pkgs.fabricServers.fabric-1_21_8; package = pkgs.fabricServers.fabric-1_21_8;
serverProperties = { serverProperties = {
server-port = 25565; server-port = 25566;
gamemode = "survival"; gamemode = "survival";
#white-list = true; difficulty = 2;
motd = "Didn't see that coming huh??"; white-list = true;
motd = "Test";
}; };
/*whitelist = { whitelist = {
"MeasureTwice66" = "a4032062-293d-484d-a790-9f52475836bb"; "MeasureTwice66" = "a4032062-293d-484d-a790-9f52475836bb";
"651sonic" = "936a3fb0-4548-4557-975b-7794e97a3afc"; "651sonic" = "936a3fb0-4548-4557-975b-7794e97a3afc";
"Griffin12_" = "6a1f56d9-f712-4723-a031-e5437a389bb3"; "Griffin12_" = "6a1f56d9-f712-4723-a031-e5437a389bb3";
};*/
autoStart = true;
symlinks = {
"mods" = ./bedrock;
}; };
autoStart = true;
}; };
modded = { modded = {
enable = true; enable = false;
#package = pkgs.fabricServers.fabric-1_21_1.override { loaderVersion = "0.16.14"; }; #package = pkgs.fabricServers.fabric-1_21_1.override { loaderVersion = "0.16.14"; };
package = pkgs.fabricServers.fabric-1_21_1; package = pkgs.fabricServers.fabric-1_21_1;
jvmOpts = [ "-Xms8000M" "-Xmx12000M" ]; jvmOpts = [ "-Xms8000M" "-Xmx12000M" ];