|
=====================
|
|
## Description
|
|
|
|
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
|
|
Sets whether gravity affects the target entity.
|
|
Sets whether gravity affects the target entity.
|
|
|
|
|
|
## Attributes:
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default Value |
|
|
## Attributes
|
|
|-----------|---------|-------------------------------------------------|---------------|
|
|
| Attribute | Aliases | Description | Default |
|
|
| gravity | g | Sets whether the entity uses gravity (boolean). | true |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| gravity | g | Sets whether the entity uses gravity (boolean) | true |
|
|
|
|
|
|
|
|
|
|
## Examples:
|
|
## Examples
|
|
```yaml
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- setgravity{g=false} @self ~onSpawn
|
|
- setgravity{g=false} @self ~onSpawn
|
|
- setusegravity{g=false} @self ~onSpawn
|
|
- setusegravity{g=false} @self ~onSpawn
|
|
- ...
|
|
- ...
|
... | | ... | |