-
Notifications
You must be signed in to change notification settings - Fork 1
Permissions
Sauron_Dev edited this page May 4, 2026
·
1 revision
VortexRPG uses permission nodes to control player commands, smart progression views, admin tools, and content editing features.
| Permission | Default | Description |
|---|---|---|
vortex.player |
true |
Grants access to standard VortexRPG player command groups |
The vortex.player permission includes the main player command groups, including classes, skills, stats, adventures, professions, casting, expeditions, fractures, quests, talents, bosses, dungeons, auctions, parties, codex, reputation, and synergies.
| Permission | Default | Description |
|---|---|---|
vortex.player.codex |
true |
Allows viewing personal codex discoveries with /vrp codex
|
vortex.player.reputation |
true |
Allows viewing personal reputation standings with /vrp reputation
|
vortex.player.synergies |
true |
Allows viewing active class synergy bonuses with /vrp synergies
|
| Permission | Default | Description |
|---|---|---|
vortex.player.class |
false |
Grants class command features |
vortex.player.skills |
false |
Grants skill command features |
vortex.player.stats |
false |
Allows viewing stats |
vortex.player.adventure |
false |
Grants adventure board features |
vortex.player.professions |
false |
Grants profession features |
vortex.player.cast |
false |
Allows spell casting |
vortex.player.quest |
false |
Grants quest command features |
vortex.player.fracture |
false |
Grants fracture tracking features |
vortex.player.expeditions |
false |
Grants expedition features |
vortex.player.boss |
false |
Grants boss command features |
vortex.player.dungeon |
false |
Grants dungeon command features |
vortex.player.auction |
false |
Grants auction house features |
vortex.player.party |
false |
Grants party features |
| Permission | Description |
|---|---|
vortex.player.class.open |
Allows opening the class menu |
vortex.player.class.info |
Allows viewing class info |
vortex.player.class.choose |
Allows choosing a class |
vortex.player.class.specs |
Allows viewing class ascension/spec options |
vortex.player.class.ascend |
Allows locking in a class ascension |
vortex.player.class.swap |
Allows class swap GUI when enabled in config |
vortex.player.class.kit |
Allows re-issuing the class starter kit |
| Permission | Description |
|---|---|
vortex.player.skills.open |
Allows opening the skill menu |
vortex.player.skills.points |
Allows viewing unspent skill points |
vortex.player.skills.unlock |
Allows unlocking skills |
vortex.player.skills.spells |
Allows viewing unlocked spells |
vortex.player.skills.equip |
Allows equipping unlocked spells |
vortex.player.quest.open |
Allows opening the quest board |
vortex.player.quest.list |
Allows listing available quests |
vortex.player.quest.start |
Allows starting quests |
vortex.player.quest.abandon |
Allows abandoning active quests |
vortex.player.quest.progress |
Allows viewing active quest progress |
vortex.player.quest.log |
Allows viewing the completed quest log |
vortex.player.quest.info |
Allows viewing quest details |
vortex.player.professions.open |
Allows opening the profession ledger |
vortex.player.professions.stats |
Allows viewing profession stats |
vortex.player.professions.station |
Allows opening profession crafting stations |
vortex.player.professions.gather |
Allows gaining profession XP from gathering actions |
vortex.player.professions.craft |
Allows crafting profession recipes |
vortex.player.expeditions.open |
Allows opening the expedition board |
vortex.player.expeditions.status |
Allows viewing expedition status |
vortex.player.expeditions.leaderboard |
Allows viewing expedition leaderboards |
vortex.player.expeditions.breach |
Allows launching or rejoining breach finales |
vortex.player.expeditions.rewards |
Allows opening breach reward caches |
vortex.player.expeditions.quartermaster |
Allows using the breach quartermaster |
vortex.player.expeditions.abandon |
Allows abandoning expedition contracts |
| Permission | Description |
|---|---|
vortex.admin |
General admin access group where configured |
vortex.admin.smart |
Allows inspecting Director, affixes, mutators, synergies, and codex smart-system status |
vortex.admin.reputation |
Allows reputation inspection and manual reputation adjustment |
vortex.admin.classes |
Allows class administration |
vortex.admin.spells |
Allows spell administration |
vortex.admin.effects |
Allows effect administration |
vortex.admin.items |
Allows item administration |
vortex.admin.diagnostics |
Allows diagnostics access |
vortex.admin.persistence |
Allows persistence snapshots and related tools |
vortex.admin.validate |
Allows validation checks |
vortex.admin.citizens |
Allows Citizens integration administration |
vortex.admin.dump |
Allows support dump generation |
vortex.admin.scoreboard |
Allows scoreboard controls |
For normal public servers, give players vortex.player and then remove or override specific child permissions if you want to lock parts of the RPG behind ranks, quests, or progression.