From f245ecffadfd34f947ef6648533456d790d29767 Mon Sep 17 00:00:00 2001 From: Olivia Date: Wed, 28 Oct 2020 01:39:12 -0500 Subject: [PATCH] Order help as appears in plugin --- Commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Commands.md b/Commands.md index 54038e1..bb11f96 100644 --- a/Commands.md +++ b/Commands.md @@ -2,11 +2,11 @@ | 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 dump` | `geyser.command.dump` | Dumps Geyser debug information for bug reports. | | `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. | -| `geyser statistics` | `geyser.command.statistics` | Shows the statistics of the player on the server. | \ No newline at end of file +| `geyser statistics` | `geyser.command.statistics` | Shows the statistics of the player on the server. | +| `geyser version` | `geyser.command.version` | Shows the current Geyser version and checks for updates. | \ No newline at end of file