Better Questing: Standard Expansion Mod — Configuration
Commands
The mod provides several commands for both administrators and users to manage quest data.
| Command | Description |
|---|---|
/bq_admin edit |
Toggles the in-game quest editor mode. |
/bq_admin hardreset |
Wipes all quest data and progress from the server. |
/bq_admin reset [player] [quest_id] |
Resets a specific quest for a specific player. |
/bq_admin complete [player] [quest_id] |
Force-completes a quest for a player. |
/bq_admin default load |
Reloads the default quest database from the config folder. |
/bq_user help |
Displays available user-level commands. |
/bq_user refresh |
Forces a sync of quest data from the server to the client. |
Configuration and Customization
The Standard Expansion allows for deep customization through its configuration files and the JSON data structure.
- Themes: Pack creators can create custom themes to change the look of the Questing GUI, including background textures, button styles, and colors.
- Localization: All quest titles and descriptions support localization keys, allowing pack creators to provide multi-language support via standard resource packs.
- Importers: The mod includes a built-in importer for Hardcore Questing Mode (HQM) JSON files, allowing developers to migrate older quest packs to the Better Questing system.
