feat(servers): add Ancient Dawn minecraft server
All checks were successful
Discord / discord commits (push) Successful in 57s
All checks were successful
Discord / discord commits (push) Successful in 57s
This commit is contained in:
parent
31be00fbf3
commit
d993a39ab3
1 changed files with 26 additions and 0 deletions
|
@ -31,6 +31,32 @@
|
||||||
allow-flight = true;
|
allow-flight = true;
|
||||||
};
|
};
|
||||||
in {
|
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
|
# Vanilla Survival
|
||||||
sv = {
|
sv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue