Wiki 9Minecraft FTB Guides Mod Wiki
FTB Guides Mod Wiki › Configuration

FTB Guides Mod — Configuration

Commands

FTB Guides provides several administrative commands to manage and test guides without restarting the game.

  • /ftbguides reload: Reloads all guide files from the disk. This is essential for modpack creators to see changes made to markdown files immediately.
  • /ftbguides open <guide_id>: Forces the guide GUI to open to a specific page ID. This is useful for testing specific paths or linking from other mods.
  • /ftbguides refresh_server_info: Updates the server-side information cached by the mod.

Configuration

The main configuration file is located at config/ftbguides.cfg. This file controls the behavior of the mod's UI and integration.

Key Config Options

  • flash_button: (Boolean) If set to true, the Guides button in the inventory will flash if there is a new or unread guide available.
  • hide_inventory_button: (Boolean) If true, the button will be removed from the inventory GUI. This is used if the modpack author wants players to access guides only through items or specific quests.
  • modpack_guide_url: (String) Allows the mod to pull a guide from a remote URL (like a GitHub repository) instead of local files, ensuring players always have the latest documentation.