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

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