Better-than-Adventure / bta-issues

You can report bugs for Better than Adventure here.
26 stars 0 forks source link

Server should properly handle SIGTERM/SIGINT signals #301

Open iguanajuice opened 9 months ago

iguanajuice commented 9 months ago

According to this blog post, newer versions of Minecraft seem to handle these signals properly, 'twould be nice if BTA could as well.

The reason I want this is twofold, so I can quickly stop my server using Ctrl+C without corruption, but much more importantly; shutdown my server using a command, so I can stop the server properly when I don't have access to the console (e.g. if I run the server on startup, in the background).