diff --git a/src/main/java/net/william278/velocitab/tab/PlayerTabList.java b/src/main/java/net/william278/velocitab/tab/PlayerTabList.java index 503e57b..2348ef2 100644 --- a/src/main/java/net/william278/velocitab/tab/PlayerTabList.java +++ b/src/main/java/net/william278/velocitab/tab/PlayerTabList.java @@ -596,7 +596,7 @@ private void updateRelationalDisplayName(@NotNull TabPlayer tabPlayer, @NotNull final String withPlaceholders = plugin.getPlaceholderManager().applyViewerPlaceholders(viewer, formatConditionalPlaceholders); final String unformatted = plugin.getPlaceholderManager().formatVelocitabPlaceholders(withPlaceholders, tabPlayer, viewer); - final Component displayNameComponent = formatComponent(tabPlayer, unformatted); + final Component displayNameComponent = formatRelationalComponent(tabPlayer, viewer, unformatted); updateEntryDisplayName(tabPlayer, viewer, displayNameComponent); }); }