Note: This would be editing Glaedr. If you are good with scoreboards this is for you 
GitHub - Alexandeh/Glaedr: Extensive yet simplistic Scoreboard API for the Bukkit/Spigot API
So this is the Scoreboard API I'm working with to make my hcf plugins, and I want to add a header and footer to the scoreboard.
As you can see in the example he gives:
new Glaedr(this, title, hook);
And I want to change it to
new Glaedr(this, title, header, footer); (because I don't need it)
If anyone wants to help me with this pm me, this is what I have so far in the Main class:
GitHub - Alexandeh/Glaedr: Extensive yet simplistic Scoreboard API for the Bukkit/Spigot API
So this is the Scoreboard API I'm working with to make my hcf plugins, and I want to add a header and footer to the scoreboard.
As you can see in the example he gives:
new Glaedr(this, title, hook);
And I want to change it to
new Glaedr(this, title, header, footer); (because I don't need it)
If anyone wants to help me with this pm me, this is what I have so far in the Main class:
