From 4f9099af6689b1655d6e851ff6c19ccbdcedff03 Mon Sep 17 00:00:00 2001 From: Kristian Knarvik Date: Tue, 9 Nov 2021 21:31:17 +0100 Subject: [PATCH] Add 'Commands' --- Commands.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Commands.md diff --git a/Commands.md b/Commands.md new file mode 100644 index 0000000..09a6296 --- /dev/null +++ b/Commands.md @@ -0,0 +1,11 @@ +## Commands + +Stargate doesn't have a lot of commands, but here's a little guide of the few that exist. + + +| Command | Permission | Description | +| -------- | -------- | -------- | +| /sg | None | Displays the plugin version | +| /sg about | None | Displays some information about the plugin | +| /sg reload | stargate.admin.reload | Reloads the config from disk | +| /sg config | stargate.admin.config | Changes a config value | \ No newline at end of file