6 FAQ
nulli0n edited this page 2023-02-12 16:58:04 +06:00

How to disable enchantment?

In the config.yml there is a Enchantments.Disabled section, where you can provide names of enchantments you want to disable:

  Enchantments:
    # List of disabled custom enchantments.
    # Use enchantment file names from the 'enchants' folder without the file extension.
    # For example, to disable 'Explosive Arrows' enchantment you have to add 'explosive_arrows' to this list.
    Disabled:
      - enchant_name
      - other_enchant

Enchantment name is the same as enchantment config file name in the /enchants/ folder.
Note: You have to restart the server to apply changes.

Can I create my own enchantments?

No, you can't.

I have duplicated enchant lore!

(Only for ProtocolLib display mode) If you updated from the version before ProtocolLib is required, it's a known issue. You can simply clear item lore and it will be fixed.

If you're in Creative gamemode, there is a possibility to have lore duplicated, because in that gamemode you can do any clientside changes on your items, and the server will accept them (enchantment lore is done clientside via packets).

I don't see enchantment descriptions!

(Only for ProtocolLib display mode)

If you're in Creative gamemode, it won't be shown until you switch back to Survival or Adventures. This is not a bug, but a workaround for a possible issue described above.