Animations
Usage
Format
<animation key=value key="value" key>Order
<typewriter id=2 text="Hello"> # This will run second
<typewriter id=3 text=" world!"> # This will run third
<typewriter id=1 text="- "> # This will run firstAnimations
typewriter
typewriter<typewriter
text="Text" # Text to animate, supports functions & placeholders
speed=3 # Typing speed, ticks per character. 0: immediate
cursor="_" # The cursor of the typewriter
delay=20 # Will wait this amount in ticks before starting
sound=minecraft:block.note_block.bell # Sound for each letter appearing
loop # If present, will make this animation loop forever
>Last updated