Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Show whitespace changes
Inline
Side-by-side
skills/mechanics/Skybox.md
0 → 100644
View page @
38502e7a
## 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-->