Skip to content

ISSUE#6502 fix: PlayerList appends literal <white> tag in customtext output#6503

Open
9ne7ven wants to merge 1 commit intoEssentialsX:2.xfrom
9ne7ven:fix/playerlist-white-tag
Open

ISSUE#6502 fix: PlayerList appends literal <white> tag in customtext output#6503
9ne7ven wants to merge 1 commit intoEssentialsX:2.xfrom
9ne7ven:fix/playerlist-white-tag

Conversation

@9ne7ven
Copy link
Copy Markdown

@9ne7ven 9ne7ven commented Apr 12, 2026

Title: {PLAYERLIST} placeholder appends literal MiniMessage tag in custom.txt
Description:
When using {PLAYERLIST:group} placeholder inside custom.txt, the output contains a literal tag appended after each player name instead of being parsed as MiniMessage.
Steps to reproduce:

Create a custom.txt with {PLAYERLIST:groupname}
Alias /list to customtext list in commands.yml
Run /list ingame

custom.txt
Capture d'écran 2026-04-12 012024

commands.yml

Capture d'écran 2026-04-12 012124

Ingame chat output of /list
Capture d'écran 2026-04-12 011822

Expected behavior: Player names display correctly with no visible tags
Actual behavior: white tag is rendered as plain text see screenshot above on Ingame input.
Root cause: In PlayerList.java line 36 : groupString.append(""); is hardcoded but never parsed when output goes through customtext
Version: EssentialsX 2.21.0 / Paper 1.21

After compiling and testing this is the result with the PR request (reference to screenshot below)
Capture d'écran 2026-04-12 020057

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant