|
|
## Description
|
|
|
Checks the target MythicMob's level
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| level | l | The level range to match | |
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Conditions:
|
|
|
- level{l=10} true
|
|
|
```
|
|
|
|
|
|
```yaml
|
|
|
Conditions:
|
|
|
- level{l=>10} true
|
|
|
```
|
|
|
|
|
|
```yaml
|
|
|
Conditions:
|
|
|
- level{l=1to10} true
|
|
|
```
|
|
|
|
|
|
```yaml
|
|
|
Conditions:
|
|
|
- level{l=<10} true
|
|
|
``` |
|
|
\ No newline at end of file |