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