Skip to main content
React to global weather shifts.

Configuration

weather_event

Triggers when the weather changes in a world.
world
String
Target world name (optional, defaults to global).
condition
WeatherCondition
Filter for specific weather: RAIN, CLEAR, STORM.

Example

weather_event:
  condition: STORM
  actions:
    - title_action:
        title: "<red>STORM INCOMING"