Minecraft server config

This commit is contained in:
h3lp
2026-03-10 22:22:11 +02:00
parent 8a675e4152
commit 072d049a6d
6 changed files with 146 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash --pure
#! nix-shell -p javaPackages.compiler.openjdk19
#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-25.11
java -Xmx8192M -Xms6144M -jar minecraft_server.jar nogui
read -rp "Press Enter to continue..."