-
Notifications
You must be signed in to change notification settings - Fork 14
editor enchanted
goflishMC edited this page Jun 28, 2025
·
1 revision
The Enchanted editor option toggles the glowing enchantment effect on the item, even if no actual enchantments are applied.
When enabled, the item will visually glow as if it were enchanted, regardless of its stats or effects.
This glow is purely cosmetic and is often used to:
- Highlight special or rare items
- Make gear feel magical
- Visually distinguish generated items
- Open the Item Generator Editor.
- Select the Enchanted option.
- Toggle on or off.
- When enabled, the plugin adds a dummy enchantment internally (e.g.,
Enchantment.DURABILITYwith level 1). - This is then hidden using the
HIDE_ENCHANTSitem flag so that the player does not see the actual enchantment — only the glow. - The effect is safe and does not affect gameplay.
- Make items look rare without affecting stats.
- Use in combination with
Item Flagsto hide the dummy enchantment. - Style cosmetic weapons or tiered loot with visual flair.
Return to: Item Generator Module