Hello there! I am just wondering what is the harm in doing /stop instead of doing /restart? I got a plugin that saves the worlds and data and stuff will it still roll back the server?
Both /stop and /restart run the equivalent to /save-all before stopping. The only difference between the two is that /restart triggers a startup script to start the server again, instead of just stopping entirely like /stop does. If you're having issues with roll backs, just simply run /save-all before you /restart or /stop.
I use a command alias that saves the server before stopping it. sstop: - save-all - stop You can replace stop with restart if you want, which, as kixmc says, attempt to start the server back up once it’s been fully stopped. Saving before stopping the server is important so that progress is not lost. I still recommend keeping the original stop command in cases where you did something accidentally and want to roll it back (even though you do have a rollback plugin).