ChainMining
SpigotMCModrinthA highly customizable vein mining/gathering plugin
395 Downloads
neueste v1.0.2 SpigotMC
中国用户可以前往此处查看介绍
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.
- 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.
/chainmining
Image Preview
- Toggle the vein mining feature.
- Aliases: mine, togglemine
- Permission: chainmining.toggle
- Reload the configuration file.
- Alias: minereload
- Permission: chainmining.reload
Configuration File
Code (YAML):
# 语言
# Language
messag:
toggle-on : "&8[&e连锁挖矿&8] &a已开启"
toggle-off : "&8[&e连锁挖矿&8] &c已关闭"
reload-success : "&8[&e连锁挖矿&8] &a插件重载成功"
no-permissions : "&8[&e连锁挖矿&8] &c你没有使用该命令的权限"
#toggle-on: "&8[&eChain Mining&8] &aEnabled"
#toggle-off: "&8[&eChain Mining&8] &cDisabled"
#reload-success: "&8[&eChain Mining&8] &aPlugin reloaded successfully"
#no-permissions: "&8[&eChain Mining&8] &cYou do not have permission to use this command"
# 最大连锁次数,不能大于100
# Maximum chain size, cannot exceed 100
max-chain-size : 30
#支持连锁挖掘的方块
# Blocks that support chain mining
enabled-blocks :
- DIAMOND_ORE
- IRON_ORE
- COAL_ORE
- REDSTONE_ORE
- EMERALD_ORE
- LAPIS_ORE
# 可以触发连锁的工具
# Tools that can trigger chain mining
enabled-tools :
- DIAMOND_PICKAXE
- IRON_PICKAXE
- STONE_PICKAXE
- GOLDEN_PICKAXE
# Language
messag:
toggle-on : "&8[&e连锁挖矿&8] &a已开启"
toggle-off : "&8[&e连锁挖矿&8] &c已关闭"
reload-success : "&8[&e连锁挖矿&8] &a插件重载成功"
no-permissions : "&8[&e连锁挖矿&8] &c你没有使用该命令的权限"
#toggle-on: "&8[&eChain Mining&8] &aEnabled"
#toggle-off: "&8[&eChain Mining&8] &cDisabled"
#reload-success: "&8[&eChain Mining&8] &aPlugin reloaded successfully"
#no-permissions: "&8[&eChain Mining&8] &cYou do not have permission to use this command"
# 最大连锁次数,不能大于100
# Maximum chain size, cannot exceed 100
max-chain-size : 30
#支持连锁挖掘的方块
# Blocks that support chain mining
enabled-blocks :
- DIAMOND_ORE
- IRON_ORE
- COAL_ORE
- REDSTONE_ORE
- EMERALD_ORE
- LAPIS_ORE
# 可以触发连锁的工具
# Tools that can trigger chain mining
enabled-tools :
- DIAMOND_PICKAXE
- IRON_PICKAXE
- STONE_PICKAXE
- GOLDEN_PICKAXE
Kommentare 0
Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.