mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Proper reply msg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user