Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

ZMBlocks/LL-BetterStop

Repository files navigation

BetterStop - Enhanced Server Stopper

简体中文 | English

Overview

BetterStop is a LeviLamina-based Bedrock Edition server plugin that provides enhanced server stopping functionality with customizable shutdown reasons.

Features

  • 🛑 Reason-based shutdown command
  • 👥 Automatic player kick on shutdown
  • 📝 Custom shutdown message display
  • ⌨️ Ctrl+C shutdown compatibility
  • 🔒 Console-only by default
  • ⚙️ Vanilla permission integration

Installation

Manual

  1. Download BetterStop-windows-x64.zip
  2. Extract the ZIP file
  3. Copy BetterStop folder to ./plugins/

Via Lip

lip install github.com/ZMBlocks/LL-BetterStop

Usage

Basic Commands

  • /stop - Normal shutdown
  • /stop <reason> - Shutdown with reason

Example:

/stop Server maintenance, back in 10 mins

Permission Setup

Default: Console access only
Config path: ./config/commands.json

Permission example:

{
  "permission_levels": {
    "stop": "any"
    // any: Any player
    // game_directors: Default admin permissions
    // admin: Admin permissions
    // host: Host permissions
    // owner: Console permissions
    // internal: Internal permissions
  }
}

License

Licensed under GNU Affero General Public License v3.0

About

When the server is shut down, the player shows the reason for the shutdown.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors