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

Fix hex codes documentation #3889

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/text.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ <h3>Colors</h3>
</table>
<p>
In Minecraft 1.16, support was added for 6-digit hexadecimal colors to specify custom colors other than the 16 default color codes.
A new tag can be used to format with these colors. The tag looks like this: <code><#hex code></code>.
A new tag can be used to format with these colors. The tag looks like this: <code><##hex code></code>.
<br>
Here's what the tag would look like when used in a script: <code>send "<#123456>Hey %player%!" to player</code>
Here's what the tag would look like when used in a script: <code>send "<##123456>Hey %player%!" to player</code>
<p>
For information not related to Skript, see
<a href="https://minecraft.gamepedia.com/Formatting_codes#Color_codes">Minecraft
Expand Down Expand Up @@ -215,4 +215,4 @@ <h2>Text and Variables</h2>
A guide about this is coming... some day.
<p>
Guide written by <a href="https://github.com/bensku">bensku</a>.
</div>
</div>