# Example Configuration # # aqua_affinity: Enchantment name from enum constant (used in code) # min_level: 1 Minimum level the user is allowed for this enchantment # max_level: 10 Maximum level the user is allowed for this enchantment # cost: 1000.0 Base cost to get this enchantment # cost_multiplier: 0.02 Cost added to base cost using the following formula: cost + (multiplier * cost * (level - 1)) # cost_for_level: Optional exact cost for a specific enchantment level, no multiplier. Can add more the the default levels Format: ": Cost" # 1: 1000.0 # 5: 6000.0 # 10: 17000.0 # removal_cost: 100.0 Cost to remove this enchantment from an item # extraction_cost: 1000.0 Cost to extract this enchantment into a book # use_on_anything: false If this enchantment can be put on any item or not # aliases: ["affinity"] ALias or other names for this enchantmet aqua_affinity: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["affinity"] bane_of_arthropods: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["bane"] binding_curse: min_level: 1 max_level: 10 cost: 100.0 cost_multiplier: 0.01 cost_for_level: 1: 100.0 5: 600.0 10: 1700.0 removal_cost: 1000.0 extraction_cost: 100.0 use_on_anything: false aliases: ["curseofbinding"] blast_protection: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["blastprotection"] channeling: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["channeling"] depth_strider: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["depthstrider"] efficiency: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["efficiency"] feather_falling: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["featherfalling"] fire_aspect: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["fireaspect"] fire_protection: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["fireprotection"] flame: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["flame"] fortune: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["fortune"] frost_walker: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["frostwalker"] impaling: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["impaling"] infinity: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["infinity"] knockback: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["knockback"] looting: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["looting"] loyalty: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["loyalty"] luck_of_the_sea: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["luck"] lure: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["lure"] mending: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["mending"] multishot: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["multishot"] piercing: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["piercing"] power: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["power"] projectile_protection: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["projectileprotection"] protection: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["protection"] punch: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["punch"] quick_charge: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["quickcharge"] respiration: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["respiration"] riptide: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["riptide"] sharpness: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["sharpness"] silk_touch: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["silktouch"] sweeping: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["sweepingedge"] smite: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["smite"] thorns: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["thorns"] unbreaking: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["unbreaking"] vanishing_curse: min_level: 1 max_level: 10 cost: 100.0 cost_multiplier: 0.01 cost_for_level: 1: 100.0 5: 600.0 10: 1700.0 removal_cost: 1000.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["curseofvanishing"] soul_speed: min_level: 1 max_level: 10 cost: 1000.0 cost_multiplier: 0.02 cost_for_level: 1: 1000.0 5: 6000.0 10: 17000.0 removal_cost: 100.0 extraction_cost: 1000.0 use_on_anything: false aliases: ["soulspeed"]