Skip to content

HEX Support & Condition improvements

Latest
Compare
Choose a tag to compare
@M0diis M0diis released this 22 Sep 20:51
· 16 commits to main since this release

Added HEX color support.
Example usage: #FF5BC8%player_name%

Added ability to check text in conditions if a placeholder returns not a number.

Ex.:

  Condition:
    Required: false
    Placeholder: "%example_placeholder% == hello"

The player will be included if %example_placeholder% returns value hello.