• Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
nUKEmAN4
Supported Minecraft Versions
  1. 1.12
7Dg2M37.png


SBoard is script that allows you to make scoreboards with minimal flickering things.

Script has been tested on:
- PaperSpigot 1.12.2
- Skript 2.3.6

Dependencies:
- Skript (Tested on 2.3.6, if can work on higher let me know)
- Skript-mirror 2.0.0
- TitleManager
Video: (For some reason audio was not recorded, guess its AMD...)

Discord: https://discord.gg/S6sztbg

Example:
Code:
on join:
    set player's header to "&b&lHEADER" and footer to "&c&lFOOTER"
    make scoreboard for player
    set title of scoreboard player to "YOUR SERVER"
    while player is online:
        set line 1 of scoreboard player to "Money:&a %player's balance%"
        set line 2 of scoreboard player to "Health:&c %player's health%"
        set line 3 of scoreboard player to "Online:&a %amount of all players%"
        wait 5 ticks
Author
nUKEmAN4
Downloads
934
Views
934
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from nUKEmAN4

Latest updates

  1. New syntax, and added tablist header/footer.

    -[ Update b2 New friendly syntax and custom tablist header/footer ]- [+] Tablist Header and...

Latest reviews

Epic, Epic, Epic no more

Is on quit required? like for every scoreboard

50 charss........
nUKEmAN4
nUKEmAN4
Hey, I think that TitleManager already delete scoreboard when its not in use or on quit, that is just example that you can delete scoreboard for player like if you need multiple scoreboards. I don't think you need it.

Thank you for 5 stars!