Time Nick Message 12:25 imi is there a way from a linux command prompt to ask a minetestserver to gracefully terminate? sigkill? sighup? sigusr1? can I somehow issue a chatcommand (e.g. /shutdown 300) from a command prompt? 12:32 Krock SIGTERM (15) should work 13:57 Kimapr ^C (ctrl + c) ONCE should also work (if you do it more than once it will terminate ungracefully) 14:58 MTDiscord Ctrl+C should be equivalent to a SIGINT (should be a.k.a. signal 2 I think) 18:01 Guest66 If you've compiled MT for Linux with curses, you should be able to just type shutdown in the terminal window.  The terminal window should act like a command prompt for the server.  I wish this were available for the Windows builds, where I can control the server through the console window. 18:05 muurkha you can just run it in WSL2 on Windows, right? 22:05 Peter_Lankton and i now have a public server where i am testing a creative plot mod i made. my plot mod is called PlotCubed the code is not public yet though. the name is inspired by plotsquared for minecraft but its cubed because the plots are laid out 3 dimensionally. 22:05 Peter_Lankton oops didnt mean to have the "and" at the start