Fix wrong text color name for gray

This commit is contained in:
Focusvity
2023-11-29 10:07:44 +11:00
parent 55dc933dc1
commit 18178cd9ee

View File

@ -54,7 +54,7 @@ public class ItemizerXCommand implements CommandExecutor, ItemizerXBase
put("&4", "<dark_red>");
put("&5", "<dark_purple>");
put("&6", "<gold>");
put("&7", "<light_gray>");
put("&7", "<gray>");
put("&8", "<dark_gray>");
put("&9", "<blue>");
put("&0", "<black>");