Skip to content

Scrolls and Custom Items

Sauron_Dev edited this page Jun 9, 2026 · 3 revisions

Scrolls and Custom Items

VortexEnchantments includes several progression items that make enchantment gameplay feel like a complete system instead of a single command.

Scrolls

Item Purpose
Mystery Scroll Opens into a random enchanted book, optionally locked to a tier.
Extractor Scroll Extracts enchantments from gear.
White Scroll Protects an item from destruction on failed application.
Black Scroll Extracts VortexEnchantments from items.
Holy White Scroll Permanent protection, with optional death protection.
Transmog Scroll Organizes enchantment lore.
Randomization Scroll Rerolls enchants with configurable upgrade and downgrade chances.
Slot Increaser Adds bonus enchantment slots to an item.

Enchant Dust

Dust increases book success chance.

Config path:

dust.bonus-per-tier

Example tiers:

COMMON
UNCOMMON
RARE
EPIC
LEGENDARY
MYTHIC

Custom Items

custom_items.yml defines extra items such as:

Item Purpose
Enchanted Tome Applies a random VortexEnchantment to the held item.
Runic Eraser Removes one VortexEnchantment from the held item.
Tier Prism Upgrades one VortexEnchantment by one level.
Vortex Crystal Advanced crafting ingredient.
Enchantment Scroll Runtime-generated scroll for a specific enchantment.

Admin Give Commands

/ve scroll give <player> [tier]
/ve extractor give <player>
/ve dust give <player> <tier> [amount]
/ve whitescroll give <player> [amount]
/ve blackscroll give <player> [amount]
/ve slotincreaser give <player> [tier] [amount]
/ve transmog give <player> [amount]
/ve randomscroll give <player> [amount]
/ve holyscroll give <player> [amount]

Server Design Tips

  • Put Mystery Scrolls in crates, dungeons, bosses, and seasonal rewards.
  • Use Dust as a grind reward so players can improve risky books.
  • Use White Scrolls and Holy White Scrolls as premium or high-tier rewards.
  • Keep Slot Increasers rare if enchant stacking is a major part of progression.

Clone this wiki locally