HomeJavaModsEasyScoreboardLib
EasyScoreboardLib
Hello Spigot!

This is a library that allows you to create unique, per-player scoreboards!
Note: This is NOT a standalone plugin.

Why EasyScoreboardLib?
Features:

Installation:
  1. Download EasyScoreboardLib.jar , and put it in your servers plugins folder.
  2. Import it into your project, and add it to depend in plugin.yml:
    Code (YAML):
    depend : [ EasyScoreboardLib ]
  3. You are ready to use it!
Usage:
Step 1: Create your scoreboard:
Code (Java):

EasyScoreboard scoreboard = EasyScoreboardLib. createScoreboard ( player, "§cTest Scoreboard" ) ;
 
Step 2: Add lines!
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" ) ;
Step 3: Don't forget to enable the scoreboard!
Code (Text):
scoreboard.enable();
Result:
[​IMG]

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

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

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.

Explore more