Skip to content

scripts

Tarkan Nielsen edited this page Jul 27, 2020 · 6 revisions

Builtin Scripts

Shine Script

Example:

Shine Script

Usage: ${shine:[fade-in,stay,fade-out][primary-color,secondary-color]My text}

Marquee Script

Example:

Marquee Script

Usage: ${marquee:[fade-in,stay,fade-out][marquee-width]My text}

Text Write Script

Example:

Text Write Script

Usage: ${text_write:[fade-in,stay,fade-out]My text}

Text delete Script

Example:

Text Delete Script

Usage: ${text_delete:[fade-in,stay,fade-out]My text}

Countdown Script

Example:

Countdown Script

Usage: ${count_down:[fade-in,stay,fade-out]10} (10 is he amount that will be counted)

Count Up Script

Example:

Count Up Script

Usage: ${count_up:[fade-in,stay,fade-out]10} (10 is he amount that will be counted)

Example:

Gradient script

Creates a gradient with the given text and HEX colors that cycles through each color and has bold text.
You can use `bold`, `strikethrough`, `underline` & `magic` to change the style of the text.

Usage: ${gradient:[#ff0000,#00ff00,#0000ff,#ff0000,bold]My HEX gradient text}

Example:

No Example available (color cycle)
Creates a single color that fades into all of the given colors.

Usage: ${gradient_color:[#ff0000,#00ff00,#0000ff]}My HEX colored text

Clone this wiki locally