Skip to content

en Animations

oolongho edited this page Jul 16, 2026 · 1 revision

Animations

Basic Syntax

Two formats supported: <#ANIM:name>text</#ANIM> or {#ANIM:name}text{/#ANIM}

Setting Animation Colors

Method 1: Add color codes outside animation tags

&a<#ANIM:typewriter>Welcome to the server</#ANIM>
&c<#ANIM:blink>Important announcement</#ANIM>
&b<#ANIM:scroll:15>This is a long scrolling announcement</#ANIM>

Method 2: Use animation parameters (some animations only)

<#ANIM:wave:&c,&e>Wave text</#ANIM>
<#ANIM:gradient:red,blue>Gradient</#ANIM>

Built-in Animations

Animation Format Parameters Example
Wave <#ANIM:wave:primary,secondary>text</#ANIM> Primary, secondary (color codes) <#ANIM:wave:&e,&f>Hello</#ANIM>
Typewriter <#ANIM:typewriter>text</#ANIM> None, add color outside &a<#ANIM:typewriter>Welcome</#ANIM>
Blink <#ANIM:blink:speed>text</#ANIM> Speed (number, default 10) &c<#ANIM:blink:5>Important</#ANIM>
Scroll <#ANIM:scroll:width>text</#ANIM> Width (number, default 20) &b<#ANIM:scroll:15>Announcement</#ANIM>
Gradient <#ANIM:gradient:color1,color2,...>text</#ANIM> Colors (name or HEX) <#ANIM:gradient:red,blue>Gradient</#ANIM>

Gradient Color Support

Gradient animation supports these color formats:

  • Color names: red, blue, green, yellow, cyan, magenta, white, black, orange, purple, pink, gold, gray, aqua, lime, etc.
  • HEX format: #FF0000, #00FF00, #0000FF, etc.

Examples:

<#ANIM:gradient:red,blue>Red-blue gradient</#ANIM>
<#ANIM:gradient:#FF0000,#00FF00,#0000FF>Three-color gradient</#ANIM>
<#ANIM:gradient:gold,orange,red>Fire effect</#ANIM>

Clone this wiki locally