From 404c6c3fba870a46d537b4b36df4f344679abd0f Mon Sep 17 00:00:00 2001 From: NullBite <me@nullbite.com> Date: Sat, 17 Jun 2023 00:18:45 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b407e8d..10ac2a5 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,16 @@ tmux, in a way that makes it extremely easy to use with systemd. startup script that executes the server jar, the server jar itself and a `vars` file 3. `systemctl enable --now mcserver@instancename` + +## other info +there's a few other random things in the provided `instance` folder: +- a `start.sh` which should work for most use cases +- a `merge.sh` script to merge some of my default configs +- a starting point for the `vars` file +- an *incomplete* `update_paper.py` script that i was working on a few years + ago but never finished +- a completed eula.txt (i have no idea the legality of sharing a pre-completed + eula, nor do i care) +- a `start.bat` polyglot so that the server can also be used on windows + - this was mainly for server auto restart via plugins, but this is no + longer needed with systemd