diff --git a/WelcomeWarps/src/com/wasteofplastic/wwarps/panels/WarpPanel.java b/WelcomeWarps/src/com/wasteofplastic/wwarps/panels/WarpPanel.java index 02c2424..f8e719f 100644 --- a/WelcomeWarps/src/com/wasteofplastic/wwarps/panels/WarpPanel.java +++ b/WelcomeWarps/src/com/wasteofplastic/wwarps/panels/WarpPanel.java @@ -65,7 +65,7 @@ public void updatePanel() { } else { ItemMeta meta = playerSign.getItemMeta(); assert meta != null; - meta.setDisplayName("§r" + playerName); + meta.setDisplayName(playerName); //get the sign info Location signLocation = plugin.getWarpSignsListener().getWarp(playerUUID); if (Tag.STANDING_SIGNS.isTagged(signLocation.getBlock().getType())){