code cleanup and dev changes
This commit is contained in:
parent
e9400208dc
commit
75d033c63c
1 changed files with 3 additions and 3 deletions
|
|
@ -19,11 +19,11 @@ in {
|
|||
enable = true;
|
||||
autoStart = true;
|
||||
restart = "always";
|
||||
enableReload = true;
|
||||
enableReload = false; # NOTE: development phase, disable in production
|
||||
|
||||
package = pkgs.fabricServers.fabric-1_21_11.override {
|
||||
loaderVersion = "0.19.2";
|
||||
jre_headless = pkgs.javaPackages.compiler.temurin-bin.jre-25;
|
||||
loaderVersion = "0.19.2";
|
||||
};
|
||||
|
||||
jvmOpts = let
|
||||
|
|
@ -67,7 +67,7 @@ in {
|
|||
serverProperties = {
|
||||
server-port = 25565;
|
||||
server-name = "Digit Association";
|
||||
motd = "§lSeason 3§r - §dExplorers Creativity 🔥";
|
||||
motd = "§lSeason 3 TESTING§r - §dExplorers Creativity 🔥";
|
||||
|
||||
difficulty = "normal";
|
||||
gamemode = "survival";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue