XP Levels
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 | How the experience level of the player should be compared to the specified value. | |
compare_to |
Integer | Which value the experience level should 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.