feat(servers): add minecraft vh config
All checks were successful
Discord / discord commits (push) Successful in 1m14s
All checks were successful
Discord / discord commits (push) Successful in 1m14s
This commit is contained in:
parent
1fb60120a7
commit
42d4759786
1 changed files with 27 additions and 0 deletions
|
@ -85,6 +85,33 @@
|
||||||
}
|
}
|
||||||
// defaults;
|
// defaults;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Vault Hunters
|
||||||
|
vh = {
|
||||||
|
enable = false;
|
||||||
|
|
||||||
|
jvmMaxAllocation = "12G";
|
||||||
|
jvmInitialAllocation = "2G";
|
||||||
|
jvmPackage = jre17;
|
||||||
|
jvmOpts = "";
|
||||||
|
|
||||||
|
serverConfig = {
|
||||||
|
server-port = 25569;
|
||||||
|
motd = "we do a little hunting of the vaults";
|
||||||
|
|
||||||
|
extra-options = {
|
||||||
|
difficulty = "hard";
|
||||||
|
enable-command-block = true;
|
||||||
|
entity-broadcast-range-percentage = 150;
|
||||||
|
level-type = "default";
|
||||||
|
max-players = 8;
|
||||||
|
spawn-protection = 0;
|
||||||
|
sync-chunk-writes = true;
|
||||||
|
use-native-transport = true;
|
||||||
|
view-distance = 10;
|
||||||
|
};
|
||||||
|
} // defaults;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue