UUID

Entity Condition Type

Checks if the UUID of an entity or player matches a specific string.

Type ID: appli:uuid

Note

Include the dashes in the uuid.

Fields

Field Type Default Description
uuid String The UUID to check for.

Examples

"entity_condition": {
    "type": "appli:uuid",
    "uuid": "3552cd12-b663-453c-9574-6b3ac6aa7459"
}

This example will check if the entity's UUID is "3552cd12-b663-453c-9574-6b3ac6aa7459".