Trigger
9/13/25Less than 1 minuteVanilla
Trigger
This unlocker will trigger when a custom trigger event is called.
id
trigger
Goal
amount Optional
- Type:
number
- Default:
1
- Description: The number of times the trigger should be called.
Example
unlock:
- type: "trigger"
condition:
id: "my_custom_trigger"
goal:
amount: 1
API Usage
You can trigger this unlocker programmatically:
Command:
/yuillustrationapi trigger <id>
Kether:
yui-trigger "my_custom_trigger"
Java API:
ITrigger.trigger(player, "my_custom_trigger");