mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2024-11-13 00:13:33 +00:00
Fix wrong text color name for gray
This commit is contained in:
parent
55dc933dc1
commit
18178cd9ee
@ -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>");
|
||||
|
Loading…
Reference in New Issue
Block a user