From 0cfb7582bfcbb6b91d3b1f7bd2c3338e47042e9a Mon Sep 17 00:00:00 2001 From: benamaurer Date: Wed, 24 Aug 2022 01:37:32 +0000 Subject: [PATCH] Adding alternate spelling of color as aliases for color command. (#21) Added alternate spelling of color as aliases for color command. - hopefully this is how you're supposed to do this... Reviewed-on: https://git.jojodev.com/Minecraft/QoL/pulls/21 Co-authored-by: benamaurer Co-committed-by: benamaurer --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 0f5958b..d68f02d 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -11,7 +11,7 @@ commands: description: Base command colors: description: See all color/formatting codes - aliases: [color, c] + aliases: [color, c, colour, colours] list: description: See a list of players aliases: [players, playerlist]