Commands

Commands

Summary

Command
Description
Permission
Default

/superenchant <id> <level>

Apply enchant to held item

superenchants.enchant

op

/sereload

Reload config and enchants

superenchants.reload

op

/sebooks

Open enchanted books GUI

superenchants.books

op

/segive [player] <enchant> <level>

Give an enchanted book

superenchants.give

op

/segui

Open enchant application GUI

superenchants.gui

op

/selist [filter] [page]

List enchantments

superenchants.list

true

/seinfo <enchant>

View enchant details

superenchants.info

true

/seremove <enchant>

Remove enchant from held item

superenchants.remove

op


/superenchant <id> <level>

Apply a custom enchantment directly to the item in your main hand.

  • Setting level to 0 removes the enchantment

  • If holding a regular book, it converts to an enchanted book

  • Checks item compatibility, permissions, and conflicts

Examples:


/sereload

Reloads config.yml and re-reads all enchantment YAML files from plugins/SuperEnchants/enchants/. Use this after editing enchant files.


/sebooks

Opens a GUI showing all enchanted books. Click a book to receive it.


/segive [player] <enchant> <level>

Gives an enchanted book to yourself or another player.

Examples:

  • When a player name is provided, the book goes to that player's inventory

  • The target player receives a message notifying them


/segui

Opens a GUI where you can visually browse and apply enchantments to your held item.


/selist [filter] [page]

Lists all enchantments with optional filtering and pagination.

Filters:

  • Item group names: SWORDS, AXES, BOWS, ARMOR, HELMETS, etc.

  • Trigger names: ATTACK_ENTITY, PASSIVE, TAKE_DAMAGE, etc.

Examples:

  • Shows 10 enchantments per page

  • Clickable entries open /seinfo for that enchantment

  • Clickable [Next]/[Previous] navigation


/seinfo <enchant>

Displays detailed information about an enchantment including:

  • Display name and description

  • Max level

  • Trigger and target

  • Applicable item groups

  • Cooldown

  • Conflicts

  • Enchanting table configuration

Example:


/seremove <enchant>

Removes a specific enchantment from the item in your main hand.

  • Tab completion shows only enchantments present on the held item

  • If the item has no remaining custom enchants, the enchant glow is removed

Example:

Last updated