Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steves-underwater-paradise/restart-server
Minecraft Fabric mod that adds a restart command to dedicated servers.
https://github.com/steves-underwater-paradise/restart-server
curseforge fabricmc minecraft mod modding modrinth quiltmc
Last synced: about 2 months ago
JSON representation
Minecraft Fabric mod that adds a restart command to dedicated servers.
- Host: GitHub
- URL: https://github.com/steves-underwater-paradise/restart-server
- Owner: steves-underwater-paradise
- License: lgpl-2.1
- Created: 2022-09-11T22:45:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T11:08:52.000Z (over 1 year ago)
- Last Synced: 2024-04-11T16:03:45.060Z (9 months ago)
- Topics: curseforge, fabricmc, minecraft, mod, modding, modrinth, quiltmc
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/restart-server
- Size: 219 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Restart Server icon](docs/media/icon_128x128.png)
# Restart Server
Adds a restart command to dedicated servers.
![Restart command screenshot](docs/media/command_preview.png)
I made this so you don't have to run `/stop` and then run the start script again.
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) or [Quilt Standard Libraries](https://modrinth.com/mod/qsl)
- [Cloth Config API](https://modrinth.com/mod/cloth-config)## Download
[![github](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2/assets/cozy/available/github_vector.svg)](https://github.com/Steveplays28/restart-server)
[![modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/mod/restart-server)
[![curseforge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2/assets/cozy/available/curseforge_vector.svg)](https://www.curseforge.com/minecraft/mc-mods/restart-server)![fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2/assets/compact/supported/fabric_vector.svg)
![quilt](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2/assets/compact/supported/quilt_vector.svg)See the version info in the filename for the supported Minecraft versions.
Made for the Fabric and Quilt modloaders.
Server side only.## FAQ
![forge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@2/assets/cozy/unsupported/forge_vector.svg)
- Q: Will you be backporting this to lower Minecraft versions?
A: No.- Q: Forge pls?
A: Also no.- 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.## License
This project is licensed under LGPLv2.1, see [LICENSE](https://github.com/Steveplays28/restart-server/blob/main/LICENSE).