Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/EnchantingExperience.md
0 → 100644
View page @
595b54c3
## Description
Checks the experience points that the target player has.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| level | l, amount, a | Checks against the experience points missing to reach the next level, in a range from 0 to 1. 0 is "no progress" and 1 is "next level". Accepts ranges. | 0 |
## Examples
```
yaml
TargetConditions
:
-
enchantingExperience{l=>0.2}
true
```
## Aliases
-
[x] enchantingExp
-
[x] enchantExperience
-
[x] enchantExp
\ No newline at end of file