minecraft

This commit is contained in:
2025-08-09 09:59:18 -05:00
parent de5386d8a3
commit aa3590a535
3 changed files with 6 additions and 7 deletions

View File

@@ -48,28 +48,26 @@
servers = {
bedrock = {
vanilla = {
enable = true;
package = pkgs.fabricServers.fabric-1_21_8;
serverProperties = {
server-port = 25565;
gamemode = "survival";
difficulty = 2;
white-list = true;
motd = "Didn't see that coming huh?";
};
/*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" ];