Update setgravity authored by Lxlp's avatar Lxlp
...@@ -5,7 +5,7 @@ Sets whether gravity affects the target entity. ...@@ -5,7 +5,7 @@ Sets whether gravity affects the target entity.
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | 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 ## Examples
...@@ -15,3 +15,7 @@ Sets whether gravity affects the target entity. ...@@ -15,3 +15,7 @@ Sets whether gravity affects the target entity.
- setusegravity{g=false} @self ~onSpawn - setusegravity{g=false} @self ~onSpawn
- ... - ...
``` ```
## Aliases
- [x] setusegravity
\ No newline at end of file