From d841c5720f0ee6e7d0385a3873e6702d06932d1f Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Fri, 23 Apr 2021 20:08:06 +0200 Subject: [PATCH] Declare /sort command in plugin.yml --- src/plugin.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/plugin.yml b/src/plugin.yml index 1130a5e..fa16011 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -2,4 +2,9 @@ name: InventoryTweaks version: 1.0 author: IKEA_Jesus main: dev.w1zzrd.invtweaks.InvTweaksPlugin -api-version: 1.13 \ No newline at end of file +api-version: 1.13 +commands: + sort: + description: Sort chest you are looking at + usage: / + permission: invtweaks.sort \ No newline at end of file