Skip to content

Fix max nick length with hex color codes #6185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

JRoy
Copy link
Member

@JRoy JRoy commented Jun 28, 2025

Hex color codes convert to the obnoxious md5 format which massively inflates the character count than what the user entered. Unformat the nickname before getting the length to remain true to what the user entered as the command argument.

Fixes #6174

Hex color codes convert to the obnoxious md5 format which massively inflates the character count than what the user entered. Unformat the nickname before getting the length to remain true to what the user entered as the command argument.
@JRoy JRoy added the type: bugfix PRs that fix bugs in EssentialsX. label Jun 28, 2025
@JRoy JRoy added this to the 2.21.2 milestone Jun 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bugfix PRs that fix bugs in EssentialsX.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nickname max limit does not work properly
1 participant