rectangle-terminalCommands and Permissions

List of plugin commands and permissions

Command
Argument
Description
Permission

/quest

Open the quests menu

questborn.use

/quest help

Show all Questborn commands

questborn.use

/quest activate

  1. <questID>

  2. [player]

Activate a quest (replaces current active)

questborn.command.activate

/quest details

Active quest details

questborn.command.details

/quest deactivate

  1. [player]

Deactivate current active quest

questborn.command.deactivate

/quest finish

  1. [player]

Force-finish current active quest

questborn.command.finish

/quest npc link /quest npc unlink

  1. <typeID>

  2. <npcID>

Bind quest type to NPC

questborn.command.npc

/quest open /quest open details

  1. <menu>

  2. <questID>

  3. [player]

  4. [flag]

Open a quest menu (daily/weekly/...) Open details of a specific quest

questborn.command.open

/quest reset

  1. <cooldown|history|reward|quest|rotation>

  2. <type>

  3. [player]

Reset progress for an active quest or remove cooldown

questborn.command.reset

/quest effect

  1. <effectID>

  2. [player]

View/play the effect from quest-effects.yml

questborn.command.effect

/quest reload

Reloads configurations, quest types, quests, and localization files

questborn.command.reload

Allows you to abuse the quest system, such as breaking blocks

questborn.antiabuse.bypass

All of the above permissions

questborn.admin

Notes

  • <questID> is the quest id from the YAML (e.g. daily_woodcutter_01).

  • <typeID> quest type identifier

  • <npcID> NPC identifier

  • <effectID> effect from the effects list

  • <menu> depends on your quest types (daily, weekly, etc.).

  • [player] is optional. If you don't specify it, the command affects you.

  • [flag] there is only one flag that removes the main menu buttons --simple

Last updated