ChainMining
A highly customizable vein mining/gathering plugin.
ChainMining
中国用户可以前往%%MD0%%查看介绍
Plugin Introduction
- A vein mining plugin that enhances the resource collection experience for players, allowing them to focus on building and exploration rather than repetitive mining tasks. - Supports customization of blocks, tools, and text content to meet your specific needs.
Plugin Advantages
- Adjustable Vein Mining Range: Configurable prompt language, blocks, and tools that can trigger vein mining. - Adjustable Vein Mining Range: Players can freely toggle the vein mining feature using commands. - Adjustable Vein Mining Range: Compatible with vanilla weapon and tool enchantments. - Adjustable Vein Mining Range: Administrators can modify the maximum vein mining count in the configuration file.
Permissions and Commands
/chainmining - Toggle the vein mining feature. - Aliases: mine, togglemine - Permission: chainmining.toggle
/chainminingreload - Reload the configuration file. - Alias: mine reload, togglemine reload - Permission: chainmining.reload
/chainmining setting - Open the block configuration interface. - Alias: mine setting, togglemine setting - Permission: chainmining.setting
/chainmining id - Get the item ID of the item in hand. - Alias: mine id, togglemine id - Permission: chainmining.id
Configuration File
```
Language
messages: toggle-on: "&8[&eChainMining&8] &aEnabled" toggle-off: "&8[&eChainMining&8] &cDisabled" reload-success: "&8[&eChainMining&8] &aPlugin reloaded successfully" no-permissions: "&8[&eChainMining&8] &cYou do not have permission to use this command"
Maximum chain size, cannot exceed 100
max-chain-size: 30
Durability deduction method
true means only 1 durability point is deducted per chain
false means durability is deducted based on the number of blocks in the chain
single-durability-loss: false
Should ChainMining be automatically enabled when players join the server
automatically-enable: false
Blocks that support vein mining
enabled-blocks: - DIAMOND_ORE - IRON_ORE - COAL_ORE - REDSTONE_ORE - EMERALD_ORE - LAPIS_ORE
Tools that can trigger vein mining
enabled-tools: - DIAMOND_PICKAXE - IRON_PICKAXE - STONE_PICKAXE - GOLDEN_PICKAXE ```