NO crash log/warning/errors anything it just ended my server like this it has happened multiple times now hopefully this picture could maybe give an idea why but i can't give any more pictures as this is the only stuff i s ee
Make certain it's running in the background and not foreground. Did you de-attach the screen/tmux session properly as a result?
i just run the start.bat and keep it in my taskbar and thats that and after a time it just shuts down.. Maybe its because i changed the run command to nogui as when i usually run it doesn't show the minecraft console thing instead of the CMD promt but with this JAR it started up both and now i disabled the minecraft one with "nogui" @Echo off color d title 1.16.5 test java -Xmx2024M -Xms2024M -d64 -jar spigot-1.16.5.jar nogui PAUSE
Maybe remove the nogui? You can literally make the script just Code (Text): java -Xmx2024M -Xms2024M -jar spigot-1.16.5.jar