Wiki 9Minecraft FTB Quests Mod Wiki
FTB Quests Mod Wiki › Configuration

FTB Quests Mod — Configuration

Commands

FTB Quests provides several commands for administrators to manage player progress and quest data.

Command Description
/ftbquests editing_mode [true/false] Toggles the ability to edit quests in the GUI.
/ftbquests change_progress <player> <reset/complete> <id> Resets or forces completion of a specific quest or chapter for a player.
/ftbquests generate_chapter from_inventory Creates a new chapter with item tasks for every item in the player's inventory.
/ftbquests generate_chapter from_entire_creative_list Creates a massive chapter containing every item in the game (Warning: Lag intensive).
/ftbquests reload Reloads quest data from the server files.
/ftbquests item_info Displays the ID, NBT, and Tags of the item held in hand (useful for task creation).
/ftbquests export_reward_table_to_csv <id> Exports a reward table's data to a CSV file for external editing.

Configuration

The mod's behavior can be fine-tuned through configuration files located in the config folder.

  • ftbquests-server.snbt: Controls server-side logic, such as whether rewards are shared by default, permission levels for commands, and quest file synchronization.
  • ftbquests-client.snbt: Controls client-side preferences, such as UI scale, quest notification positions, and the fallback locale for translations.
  • Quest Files: All quest data is stored in the world/ftbquests folder. This allows modpack creators to easily ship quest lines by including this folder in their modpack distribution.