XP Points

Entity Condition Type

Checks the experience points of the entity.

Type ID: origins:xp_points

Note

This entity condition type will only work on players.

Fields

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

Examples

"condition": {
    "type": "origins:xp_points",
    "comparison": ">=",
    "compare_to": 90
}

This example will check if the player has 90 or more experience points, which is only achieveable if the player have at least 7 levels.