Skip to content

Commands and Permissions

Eufranio edited this page May 31, 2020 · 5 revisions

Commands

  • /pbq - pbq.command.main Displays some basic info about all the commands
  • /pbq resetOneTime <quest line> [<player>] - pbq.command.reset This command resets the oneTime status of all Quests of the specified quest line for you, or the specified player
  • /pbq spawn <entity> - pbq.command.spawn Spawns an entity of the specified type with NPC properties (no movement, AI, fall, etc)
  • /pbq checkProgress [<player>] <quest line> - pbq.command.checkprogress Checks the progress of the specified player (or you) in the specified quest line
  • /pbq setProgress [<player>] <quest line> <progress> - pbq.command.setprogress Sets the progress of the specified player (or you) in the quest line to the supplied value
  • /pbq status <quest line> - pbq.command.status Displays the status message for you if PBQMessages is loaded
  • /pbq addQuest <quest ID> <quest line> [<walk/click>] - pbq.command.addquest Assigns a quest with the supplied ID and line to the clicked entity or block (if walk or click is supplied)
  • /pbq delete <block/npc> - pbq.command.delete Deletes the Quest assigned from a block or from the clicked NPC
  • /pbq triggers - pbq.command.triggers Shows info about all registered triggers
  • /pbq run <quest line> <quest id> [<player>] - pbq.command.run.own, pbq.command.run.others Runs the specified quest for you, or for the specified player

Permissions

  • pbq.run: needed for players to run Quests
  • pbq.admin: with it admins are able to identify blocks/NPCs that have no quest assigned (by walking on/right clicking them)
Clone this wiki locally