LightChainBreak
LightChainBreak is a simple chain breaking block plugin.
LightChainBreak
LightChainBreak
A simple Minecraft Paper/Folia plugin for chain breaking/mining.
[[CN]](https://github.com/Craft233MC/LightChainBreak/blob/main/README_CN.md)
Features
- MiniMessage - Supports chain collection of various ores - MiniMessage - One-click to chop down entire trees - MiniMessage - Supports custom tools, block types, and permission groups - MiniMessage - Keep tools at 1 durability instead of breaking - MiniMessage - Supports YAML, MySQL, MariaDB, and SQLite - MiniMessage - Supports Residence protection plugin - MiniMessage - Supports player status variables - MiniMessage - Supports rich text formatting
Supported Versions
- Java: 1.20.1+ - Java: Paper / Folia - Java: 17+
Installation
1. Download the latest version from Releases 2. Place the plugin in your server's `plugins` folder 3. Restart the server 4. Edit `plugins/LightChainBreak/config.yml` to configure
Commands
| Command | Description | Permission | |------|------|------| | `/lightchainbreak` or `/lcb` | Main command | - | | `/lcb toggle` | Toggle chain breaking on/off | `lightchainbreak.toggle` | | `/lcb reload` | Reload configuration file | `lightchainbreak.reload` | | `/lcb about` | Show about information | `lightchainbreak.about` | | `/lcb help` | Show help information | `lightchainbreak.help` |
Permissions
- `lightchainbreak.toggle` - Allow using toggle command (Default: everyone) - `lightchainbreak.reload` - Allow reloading config (Default: OP) - `lightchainbreak.about` - Allow viewing about info (Default: OP) - `lightchainbreak.help` - Allow viewing help (Default: OP) - `lightchainbreak.*` - All permissions (Default: OP)
Configuration
Chain Group Configuration
The plugin comes with four preset chain groups:
- `mine` - Ores (Pickaxe + Ores) - `wood` - Logs (Axe + Logs) - `leaves` - Leaves (Shears + Leaves) - `wart_block` - Wart Blocks (Hoe + Wart Blocks)
Each group can be configured with:
- Permission node - Allowed tools list - Chain breakable blocks list
Data Storage Configuration
The following storage methods are supported:
- SQLite - Local file storage - SQLite - Remote database storage - SQLite - Remote database storage - SQLite - Local database storage
Dependencies
Required: - Paper/Folia 1.20.1+
Optional: - PlaceholderAPI - Variable support - Residence - Residence protection