A simple PowerNukkitX plugin for creating animated placeholders.
It works best with text that updates regularly, such as holograms, scoreboards, and score tags.
- Java 21
- PowerNukkitX
- PlaceholderAPI
Add an animation to config.yml:
rainbow:
- "§4"
- "§c"
- "§e"Use it with %rainbow%.
You can set the animation speed with the first parameter:
%rainbow;3%
Higher values make the animation slower. You can add an offset as the second parameter:
%rainbow;3;1%
Restart the server after changing the configuration.