Update: Added debugmode, this is set to false by default. Setting it to true will give you information about scoreboard loading and creating
Fixed bug where the scoreboard wasn't created when the player joined
Fixed bug where the /asb reload command didn't reload the scoreboard correctly
Fixed several other bugs
Added
new tag: scroll!
Tags:
The scroll tag comes with tree arguments: space, width and update. Space indicates how many spaces there are between different lines, defaulting to 1. Width is how many characters there are displayed every update, default is 16. And update is for how often the line goes to the next frame, if set to 20 it will update every 1 second.
Currently DOES NOT display placeholders correctly!
This scroll line will have five spaces: So when the 'Hello, there' is over it will display 'Hello, there' again after 5 spaces.
The width will be 12 characters long, EXLUDING color codes.
It will update 2 times a second.