Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
Platforms
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 5 months ago
Updated 3 months ago
中国用户可以前往此处查看介绍
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
- Highly Customizable: Configurable prompt language, blocks, and tools that can trigger vein mining.
- Toggle Support: Players can freely toggle the vein mining feature using commands.
- Enchantment Compatibility: 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