ChainMining
作者:rebot | 分类:模组
Minecraft 版本: 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
平台: bukkit folia paper purpur spigot
标签: game-mechanics utility
中国用户可以前往此处查看介绍
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请登录后举报
暂无评论,抢个沙发吧~