Comment on page
Settings
Settings are values you can set for each ability. Be it world whitelist, whitelist/blacklist for materials and more.
Example for ability to Veinmine blocks
1
levels:
2
'1':
3
chance: 15
4
cooldown: 4
5
settings:
6
whitelist:
7
- "COAL_ORE"
8
- "COPPER_ORE"
9
- "IRON_ORE"
10
- "GOLD_ORE"
11
- "LAPIS_ORE"
12
- "REDSTONE_ORE"
13
- "DIAMOND_ORE"
14
- "EMERALD_ORE"
15
- "NETHER_QUARTZ_ORE"
16
- "NETHER_GOLD_ORE"
17
- "ANCIENT_DEBRIS"
18
- "DEEPSLATE_COAL_ORE"
19
- "DEEPSLATE_COPPER_ORE"
20
- "DEEPSLATE_IRON_ORE"
21
- "DEEPSLATE_GOLD_ORE"
22
- "DEEPSLATE_LAPIS_ORE"
23
- "DEEPSLATE_REDSTONE_ORE"
24
- "DEEPSLATE_DIAMOND_ORE"
25
- "DEEPSLATE_EMERALD_ORE"
26
effects:
27
- 'BREAK_BLOCK @Veinmine'
Settings must be set for each level, not for whole enchant.
Setting | Description |
---|---|
worldBlacklist | List of worlds where this ability is blacklisted and won't activate. Case sensitive. |
blacklist | Material blacklist (works with certain effects only) |
whitelist | Material whitelist(works with certain effects only) |
Last modified 5mo ago