Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protonull/stomcleanly
Extremely basic Stop command for Minestom
https://github.com/protonull/stomcleanly
minecraft minestom minestom-extension
Last synced: 27 days ago
JSON representation
Extremely basic Stop command for Minestom
- Host: GitHub
- URL: https://github.com/protonull/stomcleanly
- Owner: Protonull
- License: mit
- Created: 2022-08-09T22:04:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T10:29:33.000Z (about 2 years ago)
- Last Synced: 2024-04-24T07:44:09.548Z (8 months ago)
- Topics: minecraft, minestom, minestom-extension
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StomCleanly
This is a drag&drop solution to add a `/stop` command to your server should you want one.
## Aliases
- `/exit`
- `/quit`
- `/end`
- `/shutdown`
- `/halt`
- `/terminate`## Permissions
The command is callable by the Console, but also by any player with the `server.stop` permission. You'll need to manage
how that permission is granted yourself.## Why?
Bafflingly, it would appear that `/stop` is somewhat controversial in the Minestom community. This micro-extension
exists for anyone like myself who likes the convenience of having a command to safely shutdown the server. Not all
server owners are sysadmins; not all servers are managed by panels; not all servers are static; not all servers are
docker'd or kubernetes'd; not all server owners are comfortable Ctrl+C'ing their servers; not all server owners live in
their terminals; etc... some server owners just want a command, a command they can use in-game, and this is as a
drag&drop solution for that. Enjoy.