mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2025-07-01 07:36:42 +00:00
Fix wrong text color name for gray
This commit is contained in:
@ -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>");
|
||||
|
Reference in New Issue
Block a user