Getting Started

Installation

  1. Download the latest SuperEnchants.jar from the releases page

  2. Place it in your server's plugins/ folder

  3. Start (or restart) the server

  4. The plugin will generate its default configuration and all 86 enchantment files

First Run

On first launch, SuperEnchants creates:

plugins/SuperEnchants/
├── config.yml              # Main configuration
└── enchants/               # One YAML file per enchantment
    ├── blindness.yml
    ├── bleed.yml
    ├── ...
    └── reflect.yml

Check the console for:

[SuperEnchants] Loaded 86 custom enchant(s)

Basic Usage

Applying Enchantments

Via command:

Hold an item and run the command. Example: /superenchant venom 3

Via enchanted book:

This gives you an enchanted book. Apply it on an anvil.

Via enchanting table: Enchantments with enchanting_table.enabled: true appear at enchanting tables.

Via GUI:

Opens a visual interface for applying enchants to your held item.

Browsing Enchantments

Removing Enchantments

Reloading

Reloads config.yml and all enchantment files without restarting the server.

Last updated