diff --git a/src/com/massivecraft/massivecore/command/type/collection/TypeMapAbstract.java b/src/com/massivecraft/massivecore/command/type/collection/TypeMapAbstract.java index e0f0e98f..3f467cc2 100644 --- a/src/com/massivecraft/massivecore/command/type/collection/TypeMapAbstract.java +++ b/src/com/massivecraft/massivecore/command/type/collection/TypeMapAbstract.java @@ -61,7 +61,7 @@ public abstract class TypeMapAbstract, K, V> extends TypeAbs V entryValue = entry.getValue(); String visualValue = this.getMapValueType().getVisual(entryValue, sender); - String part = Txt.parse("%s: %s", visualKey, visualValue); + String part = Txt.parse("# %s: %s", visualKey, visualValue); parts.add(part); }