Tab
Create a stylish custom tab for your server!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Tab
How you use
- Open your ```config.yml``` - Check which ```placeholders``` fit your server here - Add your placeholders through ```%example%``` in ```config.yml``` - Customize colors in tab with ```§```
Screenshot

Example Config
```yml
Header, Over all players in the list
header: - '§a§m ' - '§3§lServer name' - '§7§l>> %animation:Welcome%§3 §l%player_name%§7§l! §7§l<<' - '§7Online players: §f%server_online%'
footer, Below all players in the list
footer: - '§7§l Memory: %server_ram_used% MB / %server_ram_total% MB' - '§3Time: %localtime_time%' - '§2Tps: %server_tps%'
- '§7Visit our webpage §eexample.com' - '§a§m '
You can add multiple animations to this section
animations: Welcome: #this is name of the animation change-interval: 400 #this is refresh interval of the animation in milliseconds texts: #the frames of animation - '§7§lW_' - '§7§lW_' - '§7§lWe_' - '§7§lWel_' - '§7§lWelc_' - '§7§lWelco_' - '§7§lWelcom_' - '§7§lWelcome_' - '§7§lWelcome_' - '§7§lWelcome_' - '§7§lWelcome_' - '§7§lWelcom_' - '§7§lWelco_' - '§7§lWelc_' - '§7§lWel_' - '§7§lWe_' - '§7§lW_' - '§7§lW_'
To use an animation in the tab, use the format %animation:<name>%
For Example, to use the Welcome animation, type %animation:Welcome% '
```