Hello Spigot!
This is a library that allows you to create unique, per-player scoreboards!
Note: This is NOT a standalone plugin.
Why EasyScoreboardLib?
Installation:
Step 1: Create your scoreboard:
EasyScoreboard scoreboard = EasyScoreboardLib. createScoreboard ( player, "§cTest Scoreboard" ) ;
Step 2: Add lines!
Step 3: Don't forget to enable the scoreboard!
Result:
For information about how to use or add scoreboard animations, please visit the github page:
https://github.com/MeItsLars/EasyScoreboardLib
If you have any questions, or want support, don't leave a negative review.
Instead, join the support discord: https://discordapp.com/invite/CGkdxsg
This is a library that allows you to create unique, per-player scoreboards!
Note: This is NOT a standalone plugin.
Why EasyScoreboardLib?
- This resource is actively maintained!
- Most other legacy scoreboard libraries (<1.13) are outdated and don't work properly any more, or aren't free.
- Very easy to use!
- Non-flickering scoreboards!
- Up to 32 characters per line!
- Multiple lines with the same text!
- Animations on your scoreboard!
- Easy library access, with the possibility to create your own animations!
- Runs asynchronously!
Installation:
- Download EasyScoreboardLib.jar , and put it in your servers plugins folder.
- Import it into your project, and add it to depend in plugin.yml:
Code (YAML):depend : [ EasyScoreboardLib ] - You are ready to use it!
Step 1: Create your scoreboard:
Code (Java):
EasyScoreboard scoreboard = EasyScoreboardLib. createScoreboard ( player, "§cTest Scoreboard" ) ;
Code (Java):
scoreboard.
setLineText
(
11 ,
"§m--------------------"
)
;
scoreboard. setLineText ( 10 , "§eYour name:" ) ;
scoreboard. setLineText ( 9 , "§c" + player. getName ( ) ) ;
scoreboard. setLineText ( 8 , "" ) ;
scoreboard. setLineText ( 7 , "§eYour money:" ) ;
scoreboard. setLineText ( 6 , "§c0" ) ;
scoreboard. setLineText ( 5 , "" ) ;
scoreboard. setLineText ( 4 , "§eNews:" ) ;
scoreboard. setLineText ( 3 , new Scroller ( 2 , 25 , "§eWelcome to the server. We have a lot of cool gamemodes!" ) ) ;
scoreboard. setLineText ( 2 , "" ) ;
scoreboard. setLineText ( 1 , "§7Double lines!" ) ;
scoreboard. setLineText ( 0 , "§7Double lines!" ) ;
scoreboard. setLineText ( - 1 , "§m--------------------" ) ;
scoreboard. setLineText ( - 2 , " §e§oplay.yourserver.com" ) ;
scoreboard. setLineText ( 10 , "§eYour name:" ) ;
scoreboard. setLineText ( 9 , "§c" + player. getName ( ) ) ;
scoreboard. setLineText ( 8 , "" ) ;
scoreboard. setLineText ( 7 , "§eYour money:" ) ;
scoreboard. setLineText ( 6 , "§c0" ) ;
scoreboard. setLineText ( 5 , "" ) ;
scoreboard. setLineText ( 4 , "§eNews:" ) ;
scoreboard. setLineText ( 3 , new Scroller ( 2 , 25 , "§eWelcome to the server. We have a lot of cool gamemodes!" ) ) ;
scoreboard. setLineText ( 2 , "" ) ;
scoreboard. setLineText ( 1 , "§7Double lines!" ) ;
scoreboard. setLineText ( 0 , "§7Double lines!" ) ;
scoreboard. setLineText ( - 1 , "§m--------------------" ) ;
scoreboard. setLineText ( - 2 , " §e§oplay.yourserver.com" ) ;
Code (Text):
scoreboard.enable();
For information about how to use or add scoreboard animations, please visit the github page:
https://github.com/MeItsLars/EasyScoreboardLib
If you have any questions, or want support, don't leave a negative review.
Instead, join the support discord: https://discordapp.com/invite/CGkdxsg
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
EasyScoreboardLib is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 231 times (via Spigot). Download it and open it directly in the game.