简体中文 | English
BetterStop is a LeviLamina-based Bedrock Edition server plugin that provides enhanced server stopping functionality with customizable shutdown reasons.
- 🛑 Reason-based shutdown command
- 👥 Automatic player kick on shutdown
- 📝 Custom shutdown message display
- ⌨️ Ctrl+C shutdown compatibility
- 🔒 Console-only by default
- ⚙️ Vanilla permission integration
- Download BetterStop-windows-x64.zip
- Extract the ZIP file
- Copy BetterStop folder to
./plugins/
lip install github.com/ZMBlocks/LL-BetterStop/stop- Normal shutdown/stop <reason>- Shutdown with reason
Example:
/stop Server maintenance, back in 10 mins
Default: Console access only
Config path: ./config/commands.json
Permission example:
Licensed under GNU Affero General Public License v3.0
{ "permission_levels": { "stop": "any" // any: Any player // game_directors: Default admin permissions // admin: Admin permissions // host: Host permissions // owner: Console permissions // internal: Internal permissions } }