Skip to content

Allows you to create frame-by-frame text animations with rgb-gradient support in Minecraft.

Notifications You must be signed in to change notification settings

360matt/TextEffects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

TextEffects

Allows you to create frame-by-frame text animations with rgb-gradient support in Minecraft.

Maven

<repositories>
    <repository>
        <id>bungeecord-repo</id>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
</repositories>
<dependency>
    <groupId>io.github.360matt</groupId>
    <artifactId>TextEffects</artifactId>
    <version>1.1.1-SNAPSHOT</version>
</dependency>

How to use:

All effects extends of Animation.
To get the next frame, use getNext().

Effects can be instantiate by text, but also by Options (inner-class) if needed.

Credits:

I use the animations from Holographic Display Extension plugin.

About

Allows you to create frame-by-frame text animations with rgb-gradient support in Minecraft.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages