-
Notifications
You must be signed in to change notification settings - Fork 25
Commands
There are a many commands that are part of BQu.
Most commands are either user commands or admin commands.
When Square Brackets [] are used around a value, it indicates it is optional.
When Angle Brackets <> are used around a value, it indicates it is mandatory.
When a Vertical Bar | is used between two values, it indicates the values are mutually exclusive.
[true|false] also has the aliases on and off.
username refers to the username of the player, and uuid refers to the UUID of the player.
quest_id refers to the numerical id of the relevant quest, which can be seen when advanced tooltips are enabled or via right-clicking and selecting "Copy Quest ID".
All user commands begin with /bq_user, and can be used by anyone.
-
/bq_user hardcore: If you are in singleplayer, enables hardcore mode. -
/bq_user help: Gives the player a copy of the in-game starter guide, which contains information on how to use BQu. -
/bq_user refresh: Manually resyncs the local questing database with the server in case of potential desync issues.
All admin commands begin with /bq_admin, and require administrator permissions to run.
-
/bq_admin check <username|uuid> quest_id: Checks if the target user has the given quest. -
/bq_admin check_all <username|uuid>: Returns all quests the target user has completed. -
/bq_admin complete <all|quest_id> [username|uuid]: Completes all quests or a specific quest for the target user. If no user is specified, completes the quest for the player running the command. -
/bq_admin default: Saves or loads the questbook. Read more about this on the dedicated page! -
/bq_admin delete <all|quest_id>: Deletes all quests or the specific quest from the questbook. -
/bq_admin edit: Toggles edit mode, can have additional parameters to set the mode instead-
/bq_admin edit [true|false]: Sets edit mode
-
-
/bq_admin hardcore: Toggles hardcore mode, can have additional parameters to set the mode instead-
/bq_admin hardcore [true|false]: Sets hardcore mode
-
-
/bq_admin lives <add|set|max|default> <value> [username|uuid]: Modifies thelivessystem, which is a hardcore feature.-
add: Modifies the remaining lives byvalue(this could be negative) for the target user. If no user is specified, modifies the life count for everyone. -
set: Sets the remaining lives tovaluefor the target user. If no user is specified, modifies the life count for everyone. -
max: Sets the maximum number of lives tovalue. Affects all players. -
default: Sets the default number of lives tovalue. Affects all players.
-
-
/bq_admin purge_hidden_quests: Removes quests that are not on any questline. -
/bq_admin reset [all|quest_id] <username|uuid>: Resets all quests or a specific quest for the target user. If no user is specified, resets for everyone.
-
/bq_copyquests <username|uuid> [username|uuid]: Can only be run by an admin, copies completed quests from the second user to the first user. If the second user is not specified, the sender of the command is used. -
/bqs_loot: Can only be run by an admin, controls the loot chests.-
/bqs_loot default <save|load>: Saves or loads the loot files -
/bqs_loot delete <all|loot_id>: Deletes either all loot or the target loot entry.
-