mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-22 06:46:39 +01:00
Add commands
parent
b81e98ddf7
commit
23b5bb5935
1 changed files with 11 additions and 0 deletions
11
Commands.md
Normal file
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. |
|
Loading…
Reference in a new issue