Compatibility
Minecraft: Java Edition
1.20–1.20.2
Platforms
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated last year
Features
- Animated Scoreboards
- Supports PlaceholderAPI
- Toggle Scoreboard Command
- Easy Configuration
- Create multiple scoreboards
ExampleScoreboard
Plugin Placeholders
%gamemode%
%level%
%hearts%
%maxhealth%
%health%
%displayname%
%player%
%maxplayers%
%world%
%onworld%
%online%
Sidebars.yml
ExampleSidebar: # Default, Everyone gets this when the players join the server
title: "§7§lYour§6§lServer"
updatetime: 40 # 20 tick = second
rows:
- '§7§m+----------------+'
- '§7» §6§lPlayer'
- ' §7%player%'
- ''
- '§7» §6§lHealth'
- ' §c%hearts%'
- ''
- '§7» §6§lWorld'
- ' §7%world%'
- ''
- '§7» §6§lOnline Players'
- ' §7%online% §6players'
- ''
- '§7» §6§lServer IP'
- ' §7%animation:YourServerIP%'
- '§7§m+----------------+'
animations:
YourServerIP: # This is the name of the animation
change-interval: 200 # This is the refresh interval of the animation in milliseconds
texts: # These are the subtitles for the animation
- "§7Y_"
- "§7Yo_"
- "§7You_"
- "§7Your_"
- "§7YourS_"
- "§7YourSe_"
- "§7YourSer_"
- "§7YourServ_"
- "§7YourServe_"
- "§7YourServer_"
- "§7YourServerI_"
- "§7YourServerIP_"
- "§7YourServerI_"
- "§7YourServe_"
- "§7YourServ_"
- "§7YourSer_"
- "§7YourSe_"
- "§7YourS_"
- "§7Your_"
- "§7You_"
- "§7Yo_"
- "§7Y_"