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/setgamemode.md
0 → 100644
View page @
38502e7a
## Description
Sets the gamemode of the target player. Does nothing if the target is
not a player. Requires the
`sync=true`
attribute.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| mode | m | The gamemode to change the target to. | SURVIVAL
<!--type:Gamemode-->
|
## Examples
```
yaml
Skills
:
-
setgamemode{m=CREATIVE;sync=true} @PlayersInRadius{r=10} ~onSpawn
-
...
```
\ No newline at end of file