From 94c7ce96191199e25a70a46fbe3185c29bc454e7 Mon Sep 17 00:00:00 2001 From: WildInterloper <156627888+WildInterloper@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:29:57 -0400 Subject: [PATCH] New commands --- src/main/resources/plugin.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 4b78f4b..8a60843 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -42,4 +42,14 @@ commands: /gang kick - Kick a player from your gang. /gang promote - Promote a player to a higher rank. /gang demote - Demote a player to a lower rank. - aliases: [gangs] \ No newline at end of file + aliases: [gangs] + sellall: + description: Sell all eligible items in your inventory. + usage: | + /sellall - Sell all eligible items in your inventory. + aliases: [selleverything] + autosell: + description: Toggle auto selling all eligible items in your inventory. + usage: | + /autosell - Toggle auto selling all eligible items in your inventory. + aliases: [ automaticsell ] \ No newline at end of file