XP Levels

Entity Condition Type

Checks the current experience level of the entity.

Type ID: origins:xp_levels

Note

This entity condition type will only work on players.

Fields

Field Type Default Description
comparison Comparison Determines how the experience level of the player should be compared to the specified value.
compare_to Integer The value at which the experience level of the player will be compared to.

Examples

"condition": {
    "type": "origins:xp_levels",
    "comparison": "<=",
    "compare_to": 5
}

This example will check if the player has 5 levels or less.