- Copy
appsettings.example.json
toappsettings.local.json
- Edit
appsettings.local.json
and put in your details
Because a lot of the scripts I found for automatically doing minecraft updates were just "drop kick the server" this one will notify users with a 5 and 1 minute warning via rcon
Not yet
I will if there is interest, as far as I can think there is a only one item that needs to be changed, the way we start/stop minecraft, currently that depends on bash and expects bash in a specific place.
If I want to mature it into a web-based inferface or something, it's trivial, yeah it's heafty but it's a single file app. I could probably trim it further... but eh.
Feel free to open an issue
Because I'm awful and wrote this in like 2 hours.
Why use appsettings.local.json when we can feed it all in via command line args? Allows users to run mutliple servers with one manager
Further server management tools/expose RCON/Add auth?