MineCICD added "plugins"
This commit is contained in:
43
plugins/EcoEnchants/enchants/blast_mining.yml
Normal file
43
plugins/EcoEnchants/enchants/blast_mining.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
display-name: "Blast Mining"
|
||||
description: "&a%placeholder%% &rchance to mine blocks in a 3x3 area"
|
||||
placeholder: "5 * %level%"
|
||||
type: special
|
||||
|
||||
targets:
|
||||
- pickaxe
|
||||
conflicts:
|
||||
- veinminer
|
||||
rarity: special
|
||||
max-level: 3
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- effects:
|
||||
- id: create_explosion
|
||||
args:
|
||||
power: 0
|
||||
amount: 1
|
||||
- id: mine_radius
|
||||
args:
|
||||
radius: 1
|
||||
blacklisted_blocks:
|
||||
- bedrock
|
||||
- obsidian
|
||||
- crying_obsidian
|
||||
- chest
|
||||
- barrel
|
||||
- barrier
|
||||
- reinforced_deepslate
|
||||
check_hardness: true
|
||||
disable_on_sneak: true
|
||||
args:
|
||||
chance: "5 * %level%"
|
||||
cooldown: 0.05
|
||||
send_cooldown_message: false
|
||||
triggers:
|
||||
- mine_block
|
||||
|
||||
conditions: [ ]
|
Reference in New Issue
Block a user