Event Triggers

🧭 Overview

Most menu items in the plugin have triggers. Triggers act as instructions that tell the plugin what to do when someone clicks an item. Some triggers also work as conditions, determining whether an item should be visible or not.


πŸ›  How to Set

  1. Open the menu file you want to edit.

  2. Find the item in the file and look for the trigger setting.

    • If the trigger is missing, you can add it.

  3. Use this format to assign a trigger:

trigger: [TRIGGER ID]
  1. Replace [TRIGGER ID] with the actual trigger ID you want to assign to that item.


πŸ’‘ Examples

πŸ”Ή Go Back Button

πŸ”Ή Reroll Available Choice


πŸ“ Trigger List

Trigger ID
Type
Action

OPEN_[MENU ID]

Free to use

Opens a menu.

IGNORE_BUILD

Free to use

Ignores the item.

IGNORE_EVENT

Free to use

Ignores the click event.

CLOSE_MENU

Free to use

Closes a menu.

GO_BACK

Free to use

Opens a previous menu.

PREVIOUS_PAGE

Conditional

Goes to the next page.

NEXT_PAGE

Conditional

Goes to the previous page.

FILTER_ALL

Conditional

Sets the filter to ALL.

FILTER_OWNED

Conditional

Sets the filter to OWNED.

FILTER_UNOWNED

Conditional

Sets the filter to UNOWNED.

Last updated