Описание
# Adds a restart command to dedicated servers.
So you don't have to run `/stop` and run the start script again. Also supports scheduling restarts at intervals, or when no players have been online for some time.
Everything is fully configurable in the `restart-server.json` config file. You can reload the mod's config using `/reload`.

## Dependencies
- [Fabric API](https://modrinth.com/mod/fabric-api)
- [Cloth Config API](https://modrinth.com/mod/cloth-config)
## Incompatibilities
- None that I'm aware of right now.
## FAQ
Q: Forge pls?
A: No. I don't have the time to learn another modding framework, however you can port over the mod yourself if you want, the [source code](https://github.com/steveplays28/restart-server) is open.
Q: Will you backport this mod?
A: No.
Q: Does this mod work in multiplayer?
A: Yes.
Q: Does only the server need this mod or does the client need it too?
A: Only the server needs this mod. Singleplayer/LAN is not supported.