Update setgravity authored by Lxlp's avatar Lxlp
......@@ -5,7 +5,7 @@ Sets whether gravity affects the target entity.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| gravity | g | Sets whether the entity uses gravity (boolean) | true |
| gravity | g, b, bool, u, use | Sets whether the entity uses gravity | true |
## Examples
......@@ -14,4 +14,8 @@ Sets whether gravity affects the target entity.
- setgravity{g=false} @self ~onSpawn
- setusegravity{g=false} @self ~onSpawn
- ...
```
\ No newline at end of file
```
## Aliases
- [x] setusegravity
\ No newline at end of file