From a3e269c00b4df6f0b1e25452cf2135b7584f1bfd Mon Sep 17 00:00:00 2001 From: William <will27528@gmail.com> Date: Tue, 26 Dec 2023 14:42:28 +0000 Subject: [PATCH] docs: document `/husksync status` --- docs/Commands.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/Commands.md b/docs/Commands.md index cbab7b47..8f8b990c 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -11,7 +11,7 @@ This page contains a table of HuskSync commands and their required permission no <tbody> <!-- /husksync command --> <tr> - <td rowspan="5"><code>/husksync</code></td> + <td rowspan="6"><code>/husksync</code></td> <td><code>/husksync</code></td> <td>View & manage plugin system information</td> <td><code>husksync.command.husksync</code></td> @@ -21,6 +21,11 @@ This page contains a table of HuskSync commands and their required permission no <td>View information about the plugin</td> <td><code>husksync.command.husksync.about</code></td> </tr> + <tr> + <td><code>/husksync status</code></td> + <td>View plugin system status information</td> + <td><code>husksync.command.husksync.status</code></td> + </tr> <tr> <td><code>/husksync reload</code></td> <td>Reload the plugin configuration</td>