set_player_weather

Overrides the weather shown to the player on their client, without affecting the server.

Categories: player, visual

Required arguments

Key(s)DescriptionType
weatherThe client weather to display.
Choices: clear, downfall
STRING

Optional arguments

Key(s)DescriptionTypeDefault
resetIf true, resets the player's weather back to the server weather.BOOLEANfalse

Trigger parameters required

  • PLAYER

Example

effects:
  - id: set_player_weather
    args:
      weather: clear|downfall
      reset: true # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue