Dungeon Environment
Added in v2.0.1.
Description
Matches the dungeon's configured environment (from its definition, not the live world) against env, case insensitively. Returns false when env is empty.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
env |
environment, e |
Environment name to match: NORMAL, NETHER, or THE_END. Required. |
(empty) |
Examples
NetherOnly:
Conditions:
- dungeonenvironment{env=NETHER} true
Passes only when the dungeon's configured environment is
NETHER.
Aliases
-
denv