1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

SBoard

Discussion in 'Scripts' started by nUKEmAN4, Dec 28, 2019.

  1. nUKEmAN4

    nUKEmAN4 New Member

    Joined:
    May 25, 2017
    Messages:
    2
    Likes Received:
    0
    [​IMG]

    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 (Text):
    1. on join:
    2.     make new scoreboard for player
    3.     set scoreboard title of player to "Your Server"
    4.     set scoreboard line 1 of player to "Welcome %player%"
    5.     set scoreboard line 2 of player to "to my server"
    6.     set scoreboard line 3 of player to "Have fun!"
    7. on quit:
    8.     wipe scoreboard of player
     

Share This Page

Loading...