Enchantments

You will be able to make infinite Enchantments with a lot of actions to execute, such as spawning mobs or generating explosions.

Main Config

keyfinder:
  enabled: true
  max-chance: 20
  always-max-chance: false
  max-level: 20
  currency: tokens
  starting-cost: 100
  increase-cost-by: 400
  starting-level: 0

This is the main config that almost every enchant will have. It has the following options: max-chance -> The enchant max chance to be triggered. always-max-chance -> Will the enchant have a 100% proc chance all the time? max-level -> The max level of the enchant. currency -> The currency that will upgrade the enchant. starting-cost -> The enchant starting cost. increase-cost-by -> The enchant increase cost by. starting-level -> The enchant starting level.

Types

predone

This will be predone enchantments done via the API or handled internal by EdPrison. Are you interested in making enchants via the API?

mc-enchant

This option are for Minecraft vanilla enchantments such as DIG_SPEED (efficiency)

custom

This are for custom enchants that everyone can make through the config with the actions system.

Last updated