Revoke Advancement

Entity Action Type

Revokes an advancement from the player.

Type ID: origins:revoke_advancement

Fields

Field Type Default Description
advancement Identifier The namespace and ID of the advancement to be revoked from the player.

Examples

"entity_action": {
    "type": "origins:revoke_advancement",
    "advancement": "minecraft:adventure/arbalistic"
}

This example will revoke the Arbalistic advancement from the player, if they have it.