We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if I want to have multiple hex colors for a item name it doesn't work, one hex code works fine.
not working example: #ffff33Test Winkel#ff9900
working example: #ffff33Test Winkel
The text was updated successfully, but these errors were encountered:
Was just looking on here for something and saw this, for multiple hex codes use the &x&r&r&g&g&b&b format-
For your 'not working example': &x&f&f&f&f&3&3Test Winkel&x&f&f&9&9&0&0
Sorry, something went wrong.
Fix multiple hex chat colors. Fixes Blackixx/BossShopPro#114
54d9e4d
No branches or pull requests
if I want to have multiple hex colors for a item name it doesn't work, one hex code works fine.
not working example:
#ffff33Test Winkel#ff9900
working example:
#ffff33Test Winkel
The text was updated successfully, but these errors were encountered: