enchants.yml
ManticHoes Configuration Files
Last updated
# ID: 'token_finder'
token-finder-enchant:
enabled: true
chance: 25.0
chance-per-upgrade: 0.3
default-level: 1
max-level: 15
tokens-per: 1
additional-tokens-per-upgrade: 1
required-prestige-level: 0
command-dispatch-type: ALL
commands: []
messages: []
# ID: 'spawner_finder'
spawner-finder-enchant:
enabled: true
chance: 0.5
chance-per-upgrade: 0.01
default-level: 1
max-level: 15
required-prestige-level: 0
command-dispatch-type: RANDOM
commands:
- ss give {player} blaze 1
- ss give {player} zombie 1
messages:
- '&e&lTREASURE &8&l| &dYou were lucky and found a &l&nspawner&r&d while using your
harvester hoe!'
# ID: 'key_finder'
key-finder-enchant:
enabled: true
chance: 0.5
chance-per-upgrade: 0.01
default-level: 1
max-level: 15
required-prestige-level: 0
command-dispatch-type: RANDOM
commands:
- crate give {player} default 1
- crate give {player} rare 1
- crate give {player} epic 1
- crate give {player} legendary 1
messages:
- '&e&lTREASURE &8&l| &dYou were lucky and found a &l&nkey&r&d while using your
harvester hoe!'
# ID: 'harvest_booster'
harvest-booster-enchant:
enabled: true
chance: 100.0
chance-per-upgrade: 0.0
default-level: 0
max-level: 1
extra-drops-per-level: 1
required-prestige-level: 0
command-dispatch-type: ALL
commands: []
messages: []
# ID: 'autosell'
autosell-enchant:
enabled: true
chance: 100.0
chance-per-upgrade: 0.0
default-level: 0
max-level: 1
autosell: true
required-prestige-level: 0
command-dispatch-type: ALL
commands: []
messages: []
# ID: 'money_finder'
money-finder-enchant:
enabled: true
chance: 0.5
chance-per-upgrade: 0.01
default-level: 1
max-level: 15
money-per: 5000.0
additional-money-per-upgrade: 2500.0
required-prestige-level: 0
command-dispatch-type: ALL
commands: []
messages:
- '&e&lTREASURE &8&l| &dYou were lucky and found &l&n{0}&r&d while using your harvester
hoe!'
# ID: 'exp_finder'
exp-finder-enchant:
enabled: true
chance: 0.5
chance-per-upgrade: 0.01
default-level: 1
max-level: 15
exp-per: 500
additional-exp-per-upgrade: 250
required-prestige-level: 0
command-dispatch-type: ALL
commands: []
messages:
- '&e&lTREASURE &8&l| &dYou were lucky and found &l&nexp&r&d while using your harvester
hoe!'
# ID: 'haste'
haste-enchant:
enabled: true
chance: 100.0
chance-per-upgrade: 0.0
default-level: 0
max-level: 3
holding-potions:
- FAST_DIGGING:-1
holding-potions-amplifier-increase-per-level: 1
required-prestige-level: 0
command-dispatch-type: RANDOM
commands: []
messages: []
# ID: 'shockwave'
shockwave-enchant:
enabled: true
chance: 100.0
chance-per-upgrade: 0.0
default-level: 0
max-level: 1
shockwave: true
shockwave-radius: 1
additional-shockwave-per-upgrade: 1
required-prestige-level: 0
command-dispatch-type: ALL
commands: []
messages: []
# ID: 'soulbound'
# Disabled by default. On death, the item will not drop and will instead be put in the player's inventory on respawn.
soulbound-enchant:
enabled: false
chance: 100.0
chance-per-upgrade: 0.0
default-level: 0
max-level: 1
soulbound: true
required-prestige-level: 0
command-dispatch-type: ALL
commands: []
messages: []
# Create your own enchants here.
enchants:
- id: example_enchant
enabled: false
default-level: 1
max-level: 15
chance: 50.0
chance-per-upgrade: 0.0
command-dispatch-type: ALL
commands: []
messages:
- This is an example enchant that activates 50% of the time. Disabled by default.
tokens-per: 0
additional-tokens-per-upgrade: 0
exp-per: 0
additional-exp-per-upgrade: 0
autosell: false
soulbound: false
money-per: 0.0
additional-money-per-upgrade: 0.0
chance-effects: []
extra-money-per-sell-level: 0
extra-drops-per-level: 0
public-broadcast-message-when-activated: ''
holding-potions: []
holding-potions-amplifier-increase-per-level: 0
shockwave: false
shockwave-radius: 0
additional-shockwave-per-upgrade: 1
custom-economy: ''
custom-economy-per: 0.0
additional-custom-economy-per-upgrade: 0.0
required-prestige-level: 0
# Do not change this, this is for old enchant chances. Not Legacy versions.
use-legacy-chances: false