Setup
Animator is a powerful and flexible Spigot plugin that allows server administrators to create dynamic, animated placeholders for use with PlaceholderAPI.
Installation
Configuration
placeholders:
admin:
speed: 50 # Update speed in milliseconds
type: cycle # Animation type: cycle, random, or blink
permission: "group.admin" # Permission required to see this placeholder
text:
- "&cAdmin"
- "&bAdmin"
- "&eAdmin"
vip:
speed: 100
type: random
permission: "group.vip"
text:
- "&6VIP"
- "&eV&6I&eP"
- "&#FFD700VIP" # Gold color using hex code
announcement:
speed: 5000
type: cycle
text:
- "&aWelcome to our server!"
- "&bDon't forget to vote!"
- "&eCheck out our store for cool perks!"
alert:
speed: 500
type: blink
text:
- "&c&lALERT"
- ""Usage
Commands and Permissions
Command
Permission
Description
Placeholder Types
Troubleshooting
FAQ
Last updated