For the complete documentation index, see llms.txt. This page is also available as Markdown.

ExcellentEnchants

Download here

(previously known as GoldenEnchants)

How to use enchants

This is an example configuration for an ItemsAdder custom item enchant.

  ruby_pickaxe:
    display_name: display-name-ruby_pickaxe
    permission: ruby_pickaxe
    resource:
      material: DIAMOND_PICKAXE
      generate: true
      textures:
      - item/ruby_pickaxe.png
    enchants:
    - tunnel:1

In this case I set tunnel enchant with level 1.

You might have to also specify the namespace of the enchant. It should be excellentenchants. So for example: excellentenchants:tunnel:1.

Refer to the plugin tutorials:

Last updated