Add commands

Camotoy 2020-08-18 11:19:01 -04:00
parent b81e98ddf7
commit 23b5bb5935

11
Commands.md Normal file

@ -0,0 +1,11 @@
# Commands and Permissions
| Command | Permission | Description |
|:---|:---:|---|
| `geyser dump` | `geyser.command.dump` | Dumps Geyser debug information for bug reports. |
| `geyser help` or `geyser ?` | `geyser.command.help` | Shows help for all registered commands. |
| `geyser list` | `geyser.command.list` | List all players connected through Geyser. |
| `geyser offhand` | `geyser.command.offhand` | Puts an items in your offhand. |
| `geyser reload` | `geyser.command.reload` | Reloads the Geyser configurations. Kicks all players when used! |
| `geyser shutdown` or `geyser stop` | `geyser.command.shutdown` | Shuts down Geyser. |
| `geyser version` | `geyser.command.version` | Shows the current Geyser version and checks for updates. |