Pular para o conteúdo principal

Commands

Quest Codex Command

CommandPermissionDescription
/tw codextypewriter.codex.openOpen the main codex menu: the category_menu with an empty category if one exists, otherwise the entry referenced by mainMenuTrigger.
/tw codex trackedtypewriter.codex.openOpen the dynamic tracked quests menu configured with category: "@tracked".
/tw codex <category>typewriter.codex.openOpen a specific quest category. Tab-completion suggests available categories.

Examples

/tw codex -> Opens the main codex menu
/tw codex tracked -> Opens the tracked quests menu
/tw codex main_quests -> Opens the main_quests category
/tw codex dungeons -> Opens the dungeons category

Tip: You can also build the main menu as a GUI Extension open_gui entry whose buttons run codex:open <category>. The codex command handlers work from any GUI session, and the codex BACK button returns to the configured main menu.

In-GUI Commands

These commands are used internally by navigation buttons in the category_menu layout pool. You do not need to run them manually.

CommandTriggerAction
codex:nav <action>Navigation button clickExecutes a navigation action such as BACK, CLOSE, SORT, PAGE_NEXT, or PAGE_PREV.
codex:open <category>Category icon clickOpens the specified category menu.
codex:quest <quest_id>Quest button clickTracks or untracks the specified quest.
codex:trackedCustom button clickOpens the @tracked menu.