set_player_weather
Overrides the weather shown to the player on their client, without affecting the server.
Categories: player, visual
Required arguments
| Key(s) | Description | Type |
|---|---|---|
weather | The client weather to display. Choices: clear, downfall | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
reset | If true, resets the player's weather back to the server weather. | BOOLEAN | false |
Trigger parameters required
PLAYER
Example
effects:
- id: set_player_weather
args:
weather: clear|downfall
reset: true # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |