Changes
Page history
added DetermineCondition
authored
Oct 23, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics/Skybox.md
0 → 100644
View page @
5d1a42d8
## Description
Changes the skybox for the target players.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| skybox | sky, s, type, t, environment, env, e | What skybox should be shown to the player | 0 |
### Skybox Attribute
| Value | Description |
| ----- | ----------- |
| Any Integer Below 1 | Cancel the modified skybox |
| Any Integer Above 0 | Rainy |
## Examples
Makes every player in a 20 blocks radius see the "rainy" skybox
```
yaml
Skills
:
-
skybox{s=1} @PIR{r=20}
```
## Aliases
-
[x] effect:skybox
-
[x] e:skybox
<!--TAGS-->
<!--tag:Effect-->