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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

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

Scoreboard not showing (SkBee)

Discussion in 'Skript' started by RedDiamond, Mar 28, 2021.

Thread Status:
Not open for further replies.
  1. RedDiamond

    RedDiamond Member

    Joined:
    Nov 30, 2020
    Messages:
    16
    Likes Received:
    0
    So i've made this scoreboard skript using SkBee and it not showing on my server, and i have SkBee, SkRayfall, TuSke on my server for the skript addon. Idk what's wrong with this code, maybe someone can help me?
    Code (Text):
    1. on join:
    2.   while player is online:
    3.     set title of player's scoreboard to "&b&lKRYP&3&lGENS &8| &b&lI"
    4.     set line 1 of player's scoreboard to " "
    5.     set line 2 of player's scoreboard to "&b&l%player%"
    6.     set line 3 of player's scoreboard to "&8▪ &3Coins » &b%player's money% &b⛁"
    7.     set line 4 of player's scoreboard to "&8▪ &3C/S » &b%{cps::%player's uuid%}%&b⛁/S"
    8.     set line 5 of player's scoreboard to "&8▪ &3None »"
    9.     set line 6 of player's scoreboard to "&8▪ &3None »"
    10.     set line 7 of player's scoreboard to " "
    11.     set line 8 of player's scoreboard to "&b&lSERVER "
    12.     set line 9 of player's scoreboard to "&8▪ &3Players » 1/10"
    13.     set line 10 of player's scoreboard to "&8▪ &3Joins » 1"
    14.     set line 11 of player's scoreboard to ""
    15.     set line 12 of player's scoreboard to "&bKrypgens.minehut.gg"
    16.     wait 2 seconds
     
Thread Status:
Not open for further replies.

Share This Page

Loading...