From 3cfc63eb42be8b6b38f1ce6fc21a4b04d29d308c Mon Sep 17 00:00:00 2001 From: Kristian Knarvik Date: Sat, 15 Jan 2022 13:15:31 +0100 Subject: [PATCH] Add 'Commands' --- Commands.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Commands.md diff --git a/Commands.md b/Commands.md new file mode 100644 index 0000000..8637d8f --- /dev/null +++ b/Commands.md @@ -0,0 +1,10 @@ +Here are the commands available for this plugin: + + + +| Command | Permission | Description | +| -------- | -------- | -------- | +| /ps about | None | Displays information about the plugin | +| /ps create | permissionsigns.admin.create | Used for creating a new permission sign | +| /ps cancel | permissionsigns.admin.create | Used for manually cancelling a permission sign creation request | +| /ps reload | permissionsigns.admin.reload | Used for reloading data and config values from disk |