feat(servers): add Ancient Dawn minecraft server
All checks were successful
Discord / discord commits (push) Successful in 57s

This commit is contained in:
matt1432 2025-03-09 00:19:23 -05:00
parent 31be00fbf3
commit d993a39ab3

View file

@ -31,6 +31,32 @@
allow-flight = true;
};
in {
# Modded Ancient Dawn https://www.curseforge.com/minecraft/modpacks/the-ancient-dawn
ad = {
enable = true;
jvmMaxAllocation = "10G";
jvmInitialAllocation = "2G";
jvmPackage = jre21;
serverConfig =
{
server-port = 25560;
motd = "The Ancient Dawn gaming";
extra-options = {
difficulty = "hard";
enable-command-block = true;
enforce-white-list = true;
white-list = true;
max-players = 10;
view-distance = 12;
simulation-distance = 8;
};
}
// defaults;
};
# Vanilla Survival
sv = {
enable = true;