You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is true if the event's world environment matches the specified environment. An environment is a world type, according to the Environment enum in the relevant Bukkit source code.
Syntax
- 'if world.environment.{environment}': 'blah'
{environment} can be Normal, Nether, or The_End
Examples
Damage: #It hurts more when you're in hell.
- 'if world.environment.NETHER': '+1'