Skip to content

Permissions

Sauron_Dev edited this page Jun 9, 2026 · 3 revisions

Permissions

Main Permissions

Permission Default Description
vortex.use true Access to the main /ve command.
vortex.admin op Full admin access bundle.
vortex.reload op Reload VortexEnchantments.
vortex.give op Give enchanted books.

GUI and Player Feature Permissions

Permission Default Description
vortexenchantments.browse true Open the Enchant Browser.
vortexenchantments.aura true Toggle aura particles.
vortexenchantments.forge true Open the Enchant Forge.
vortexenchantments.tinkerer true Open the Tinkerer.
vortexenchantments.alchemist true Open the Alchemist.
vortexenchantments.souls true Use Souls balance and Souls Shop.
vortexenchantments.shop true Use the Vault economy enchant shop.
vortexenchantments.combos true View enchant combos.
vortexenchantments.evolve true Evolve enchantments.
vortexenchantments.particles true Toggle enchant particles.

Admin Item Permissions

Permission Default Description
vortexenchantments.admin op Open the Admin GUI.
vortexenchantments.scroll op Give Mystery Scrolls.
vortexenchantments.extractor op Give Extractor Scrolls.
vortexenchantments.dust op Give Enchant Dust.
vortexenchantments.whitescroll op Declared permission for White Scroll access.
vortexenchantments.blackscroll op Declared permission for Black Scroll access.
vortexenchantments.scrolls not declared in plugin.yml Effective command-handler permission for /ve whitescroll give and /ve blackscroll give. Add it to your permissions plugin for staff who need those commands.
vortexenchantments.slotincreaser op Give Slot Increasers.
vortexenchantments.transmog op Give Transmog Scrolls.
vortexenchantments.randomscroll op Give Randomization Scrolls.
vortexenchantments.holyscroll op Give Holy White Scrolls.

Suggested Groups

Default Players

vortex.use
vortexenchantments.browse
vortexenchantments.aura
vortexenchantments.forge
vortexenchantments.tinkerer
vortexenchantments.alchemist
vortexenchantments.souls
vortexenchantments.shop
vortexenchantments.combos
vortexenchantments.evolve
vortexenchantments.particles

Moderators

vortex.use
vortexenchantments.admin

Administrators

vortex.admin
vortexenchantments.scrolls

Slot Limit Permissions

The plugin supports permission-based enchant slot limits through the enchant limit system.

Use permissions in this style:

vortexenchantments.slots.<amount>

Examples:

vortexenchantments.slots.3
vortexenchantments.slots.5
vortexenchantments.slots.10

If a player has no slot permission, the value from enchant-limits.default-max is used.

Clone this wiki locally