Creating a Queue [Sidebar]

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

    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.

icebergOfficial

New Member
Dec 30, 2017
8
0
0
Hello so I am trying to create a ArenaPvP/Practice system like Badlion/Arcane for fun, but I'm having one problem. When someone joins the queue, the script adds 1 to {practice.queue}. Everything is fine except for the sidebar. I'm using FeatherBoard and it's displaying as "1.0" instead of "1". Does anyone know how to help?

code_language.skript:
command /queue [<text>]:
    trigger:
        if arg 1 is not set:
            message "&cUsage: /queue <ladder>"
            stop
        if arg 1 is "BuildUHC":
            message "&aQueued for unranked &6BuildUHC&"
            add 1 to {practice.queue}
            clear player's inventory
            wait 1 tick
            set slot 1 of player to 351:1 named "&cLeave Unranked Queue"

Also, I tried to figure out how to create a sidebar with Skript but I couldn't figure it out fully. It was too buggy. Anyone know how to do this?

Thanks,
 
Sidebar.. do you mean scoreboard? Well, everythings its bugged/Flipped until skellett i belive.

Try Skellett
 
Status
Not open for further replies.