No description
| .gitignore | ||
| cubyz-server-custom.nix | ||
| cubyz-server.nix | ||
| default.nix | ||
| README.md | ||
cubyz-server
This is an automatic server opener for cubyz, written in nix and bash.
To install, install nix (you do not need NixOS), then:
- Download and cd into this repo
nix-build -A cubyz-server- To change cubyzDir, add
--argstr cubyzDir /path/to/cubyzdir - To change world name, add
--argstr world WorldNameHere - To change the cubyz release tarball, add
--argstr cubyzUrl "https://url/to/cubyz.tar.gz"- https://files.tudbut.de/Cubyz-Cancername.tar.zst, for Cancername's authentication fork
- https://files.tudbut.de/Cubyz-ashframe.tar.gz, for Cancername's ashframe fork
- To change cubyzDir, add
- Run normal cubyz, and make a world called server (or the custom world name)
To run the server: bash -c "while true; do ./result/bin/cubyz-server; done" (or an alternate way of running ./result/bin/cubyz-server)