Jump to content

Skript variable in Kiteboard


cupcake346

Recommended Posts

I had that problem as well! I tried the /papi elcoud download Skript thing but I couldn't figure out how it worked! I just made the scoreboard in Skript. 

 

Just paste this into your thingy~

Tell me if it works!

every 2 seconds:
        loop all players:
                wipe loop-player's sidebar
                set name of sidebar of loop-player to "TITLE"
                set score "%{money::%player's uuid%}%" in sidebar of loop-player to 9

Link to comment
Share on other sites

On 1/26/2021 at 11:10 PM, cupcake346 said:

hey i want my skript variable into my kiteboard scoreboard any one know how?

skript variable: {money::%player's uuid%}

i have placeholderAPI and the skript extension installed

Hello there!

After Minehut Skript PlaceholderAPI expansion broke (during update), it has been a very painful time. 😞

But there is always a solution! 🙂

 

Go ahead and install a plugin named skript-placeholders.

Once it's installed, restart your server, and make a new skript called placeholders.sk (of-course you can name it to whatever you want).

Now check this out:

on papi request with prefix "server":
    if the identifier is "greetme":
        set the result to "Hello %player% :)"
    if the identifier is "balance":
        set the result to "%{balance::%player's uuid%}%"

Put that into the skript, and reload it.

To test, execute these commands:

/papi parse me %server_greetme% -> Will display "Hello CoolProgrammer 🙂"

/papi parse me %server_balance% -> Will display "12345" (I don't know how I got the money 😳)

 

That's how you can make custom placeholders to get some values.

You can also check the addon's page: https://forums.skunity.com/resources/skript-placeholders.909/

Give it a try. Good luck! 😉

  • Like 1
  • Thanks 1

Hello there! If you're reading this, hope you're having a wonderful day!

 

Feel free to contact me via Discord (CoolProgrammer#1920) for any help.

My DMs are always open for help.

You can also message via. forum messages for help.

1604908226_ScreenShot2021-01-28at10_32_28AM.png.2646ad6be239a9d0756a99e8e15602ab.png

Also, don't hesitate to leave a like on my post if I helped you in any way.

Link to comment
Share on other sites

  • 8 months later...
  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...