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.
  1. nUKEmAN4
    Contributors:
    nUKEmAN4
    Supported Minecraft Versions:
    • 1.12
    [​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.  
    2. on join:
    3.     set player's header to "&b&lHEADER" and footer to "&c&lFOOTER"
    4.     make scoreboard for player
    5.     set title of scoreboard player to "YOUR SERVER"
    6.     while player is online:
    7.         set line 1 of scoreboard player to "Money:&a %player's balance%"
    8.         set line 2 of scoreboard player to "Health:&c %player's health%"
    9.         set line 3 of scoreboard player to "Online:&a %amount of all players%"
    10.         wait 5 ticks
    11.  

Recent Reviews

  1. novastosha
    novastosha
    5/5,
    Version: b1
    Epic, Epic, Epic no more

    Is on quit required? like for every scoreboard

    50 charss........
    1. nUKEmAN4
      Author's Response
      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!