Skip to content
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

Add support of hexadecimal colors for Minecraft 1.16+ #3144

Closed
antoinech2 opened this issue Jul 15, 2020 · 2 comments
Closed

Add support of hexadecimal colors for Minecraft 1.16+ #3144

antoinech2 opened this issue Jul 15, 2020 · 2 comments

Comments

@antoinech2
Copy link

Description

Minecraft 1.16 added hexadecimal colors support for messages in JSON format used in /title, /tellraw,...

However, It seems to be impossible to use these colors with Skript's strings...
As we can do "<red>This is red" in Skript, we should be able to do something like: "<#ffab24>Great Orange !" or "<color:#ffab24> Great Orange !"

I hope that it will be added soon ;)

@APickledWalrus
Copy link
Member

APickledWalrus commented Jul 15, 2020

This feature has already been added, and will be available in the next release 😁
See #3098

You are welcome to build Skript yourself, or use the artifact there. Be aware that 2.5 is still in the alpha stage though.

@antoinech2
Copy link
Author

Thanks !

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

No branches or pull requests

2 participants