Grant Advancement
Grants an advancement to the player.
Type ID: origins:grant_advancement
Fields
| Field | Type | Default | Description |
|---|---|---|---|
advancement |
Identifier | The namespace and ID of the advancement to be granted to the player. |
Examples
"entity_action": {
"type": "origins:grant_advancement",
"advancement": "minecraft:adventure/arbalistic"
}
This example will grant the player the Arbalistic advancement.