Advancement Triggers
Generator
A generator for advancements can be found online here.
Transformed Miraculous
This trigger is called when a player transforms with a miraculous. It has two parameters:
- "player": The player that transformed.
- "miraculous": The miraculous that was used to transform.
Performed Miraculous Active Ability
This trigger is called when a player performs an active ability provided by their miraculous. It has three parameters:
- "player": The player that performed the ability.
- "miraculous": The miraculous that provided the ability.
- "context": The context in which the ability was used.
Can be any value for addon support,
but the ones included in the mod by default are:
- block
- entity
- living_entity
Kamikotized Entity
This trigger is called when a player kamikotizes an entity. It has four parameters:
- "player": The player that kamikotized the entity.
- "target": The entity that was kamikotized.
- "kamikotization": The kamikotization that was given to the entity.
- "self": Whether the player kamikotized themself.
Released Purified Entities
This trigger is called when a player releases purified entities. It has three parameters:
- "player": The player that released the entities.
- "released": The entities that were released.
- "count": The number of purified entities that were released.
Transformed Kamikotization
This trigger is called when a player is transformed by a kamikotization. It has three parameters:
- "player": The player that was transformed.
- "kamikotization": The kamikotization that was used to transform.
- "self": Whether the player kamikotized themself.
Performed Kamikotization Active Ability
This trigger is called when a player performs an active ability provided by their kamikotization. It has three parameters:
- "player": The player that performed the ability.
- "kamikotization": The kamikotization that provided the ability.
- "context": The context in which the power was used.
Can be any value for addon support,
but the ones included in the mod by default are:
- block
- entity
- living_entity