Changelog - Version 1.2
🆕 New Features
Hex Color Parsing:
- Added support for
<#HEX>
color codes without requiring closing tags. - Example:
<#FF5733>Text
applies the specified hex color to the text.
Gradient Text:
- Implemented gradient rendering with smooth color transitions.
- Supports multiple colors in a single gradient.
Example:<gradient:#FF0000,#00FF00,#0000FF>Gradient Text</gradient>
.
Vanilla Minecraft Colors:
- Added support for
&
Minecraft color codes.
Example:&aText
.
Hyperlink Support:
- Added support for clickable links using
<link:URL>Clickable Text</link>
. - Clicking the link opens the URL in the player's browser.
Conditions Using Text:
- Added support for
=
and!=
operators to compare placeholders with text. - Example: Show specific messages based on TEXT (e.g.,
=text
).
Time-Based Conditions:
- Added support for conditions based on
h:m:s
time format.
Example:<12:00:00, >=18:00:00>
displays messages based on the time of day.
Numeric Condition Operators:
- Introduced new operators for numeric placeholders:
<=
: Less than or equal to.>=
: Greater than or equal to.%
: Modulo operator to check divisibility.
Example:%5
checks if a value is a multiple of 5.
This update introduces robust new features, significant improvements, and essential fixes for a seamless experience. Thank you for your support! 🚀