Proper reply msg

This commit is contained in:
Maxopoly
2020-04-25 02:07:10 +02:00
parent 510e416b1f
commit bc711b854f

View File

@@ -84,7 +84,7 @@ public class NameColorSetting extends PlayerSetting<ChatColor> {
for (Entry<ChatColor, Material> entry : colorToGui.entrySet()) {
ItemStack is = new ItemStack(entry.getValue());
ItemAPI.setDisplayName(is,
"Change to color of your name to " + entry.getValue() + entry.getValue().name());
"Change to color of your name to " + entry.getKey() + entry.getKey().name());
clicks.add(new Clickable(is) {
@Override