|
|
=======================
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
## 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 Value |
|
|
|
|-----------|---------|---------------------------------------|---------------|
|
|
|
| mode | m | The gamemode to change the target to. | SURVIVAL |
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| mode | m | The gamemode to change the target to. | SURVIVAL|
|
|
|
|
|
|
## Examples:
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Skills:
|
|
|
Skills:
|
|
|
- setgamemode{m=CREATIVE;sync=true} @PlayersInRadius{r=10} ~onSpawn
|
|
|
- ...
|
|
|
``` |
|
|
\ No newline at end of file |