MegavexNetwork / scoreboard-library

Powerful packet-level scoreboard library for Paper/Spigot servers
https://megavex.net
MIT License
122 stars 13 forks source link

Allow for the max lines shown on the scoreboard to be greater than 15 #7

Closed Pigalala closed 11 months ago

Pigalala commented 11 months ago

I noticed that MAX_LINES in Sidebar.java is set to 15, it would be cool to allow for values higher than 15. I know that vanilla scoreboards have a limit of 15 entries but trust me yknow

vytskalt commented 11 months ago

You mean that you have a client that disables that vanilla restriction?

Pigalala commented 11 months ago

yes

vytskalt commented 11 months ago

Sure, I'll try to do it by today

vytskalt commented 11 months ago

@Pigalala set the version to daa32239b9 and try creating the sidebar like this:

Sidebar sidebar = scoreboardLibrary.createSidebar(/* maxLines = */ 20);

it should work with any number of max lines now lmk if that works

Pigalala commented 11 months ago

perfect image

vytskalt commented 11 months ago

cool