SBoard

  • 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!

nUKEmAN4

New Member
May 25, 2017
3
0
1
23
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:
    make new scoreboard for player
    set scoreboard title of player to "Your Server"
    set scoreboard line 1 of player to "Welcome %player%"
    set scoreboard line 2 of player to "to my server"
    set scoreboard line 3 of player to "Have fun!"
on quit:
    wipe scoreboard of player