Scoreboard not showing (SkBee)

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

RedDiamond

Member
Nov 30, 2020
21
0
1
23
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:
on join:
  while player is online:
    set title of player's scoreboard to "&b&lKRYP&3&lGENS &8| &b&lI"
    set line 1 of player's scoreboard to " "
    set line 2 of player's scoreboard to "&b&l%player%"
    set line 3 of player's scoreboard to "&8▪ &3Coins » &b%player's money% &b⛁"
    set line 4 of player's scoreboard to "&8▪ &3C/S » &b%{cps::%player's uuid%}%&b⛁/S"
    set line 5 of player's scoreboard to "&8▪ &3None »"
    set line 6 of player's scoreboard to "&8▪ &3None »"
    set line 7 of player's scoreboard to " "
    set line 8 of player's scoreboard to "&b&lSERVER "
    set line 9 of player's scoreboard to "&8▪ &3Players » 1/10"
    set line 10 of player's scoreboard to "&8▪ &3Joins » 1"
    set line 11 of player's scoreboard to ""
    set line 12 of player's scoreboard to "&bKrypgens.minehut.gg"
    wait 2 seconds
 
Status
Not open for further replies.