|
|
|
**Description:** Tests the light level at the target location
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
**Attributes:**
|
|
|
|
|
|
|
|
| Attribute | Alias | Description |
|
|
|
|
| --------- | ----- | ------------------------ |
|
|
|
|
| level | l | The level range to match |
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
**Examples:**
|
|
|
|
|
|
|
|
```
|
|
|
|
Conditions:
|
|
|
|
- lightlevel{l=10} true
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
Conditions:
|
|
|
|
- lightlevel{l=>10} true
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
Conditions:
|
|
|
|
- lightlevel{l=1to10} true
|
|
|
|
```
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
**Extra Information:**
|
|
|
|
|
|
|
|
- [x] Type: Location |
|
|
|
\ No newline at end of file |