Skip to content

Permissions

Permission groups

Player group

koraquest.use is granted by default and includes the standard player commands:

koraquest.command.open
koraquest.command.accept
koraquest.command.cancel
koraquest.command.claim
koraquest.command.reroll
koraquest.command.submit

Administrator group

koraquest.admin defaults to server operators and includes:

koraquest.admin.reload
koraquest.admin.reset
koraquest.admin.editor
koraquest.admin.progress
koraquest.admin.rewardretry
koraquest.admin.update

Complete permission table

Permission Default Description
koraquest.use Everyone Parent node for normal player commands
koraquest.command.open Everyone Open menus, cycle tabs, active list and search
koraquest.command.accept Everyone Accept quests
koraquest.command.cancel Everyone Cancel quests
koraquest.command.claim Everyone Claim completed quests
koraquest.command.reroll Everyone Reroll quests
koraquest.command.submit Everyone Submit items to ITEM_SUBMIT quests
koraquest.admin Operator Parent administrator node
koraquest.admin.reload Operator Reload KoraQuest
koraquest.admin.reset Operator Reset or rotate cycles
koraquest.admin.editor Operator Create, delete, validate and edit quests
koraquest.admin.progress Operator Modify player quest progress
koraquest.admin.rewardretry Operator Retry pending reward claims
koraquest.admin.update Operator Run an update check
koraquest.update-notify Operator Receive new-version notifications
koraquest.bypass.world Operator Bypass world restrictions
koraquest.bypass.antiexploit Operator Bypass anti-exploit checks
koraquest.limit.3 Nobody Set a generic active quest limit of 3
koraquest.limit.5 Nobody Set a generic active quest limit of 5
koraquest.limit.10 Nobody Set a generic active quest limit of 10
koraquest.limit.15 Nobody Set a generic active quest limit of 15
koraquest.limit.daily.15 Nobody Daily-specific limit of 15
koraquest.limit.weekly.10 Nobody Weekly-specific limit of 10
koraquest.limit.monthly.10 Nobody Monthly-specific limit of 10
koraquest.limit.seasonal.10 Nobody Seasonal-specific limit of 10
koraquest.reroll.2 Nobody Grant two additional rerolls
koraquest.booster.25 Nobody Grant a 25% quest progress booster where supported

LuckPerms examples

Grant normal access:

/lp group default permission set koraquest.use true

Grant editor access to a staff group:

/lp group admin permission set koraquest.admin.editor true

Grant additional rerolls to VIP players:

/lp group vip permission set koraquest.reroll.2 true

Grant update notifications:

/lp group admin permission set koraquest.update-notify true

Warning

The bypass permissions disable important validation. Only grant them to trusted staff or controlled automation accounts.