Baltop skript

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

BoxMiners

Member
Jul 19, 2022
47
0
6
18
I've been trying for a while to make a /baltop skript, but i couldnt find anything. And i didnt know how to make it myself, i found one, but when i should switch the varible from {balance.%player%} to {money.%player%} it suddenly didnt work, if anyone have a skript for it, they want to share please send it :emoji_grinning:
 
stop using stupid dots instead of normal lists.
Code:
loop sorted indices of {money::*} in descending order:
  broadcast "%loop-value%: %{money::%loop-value%}%"
 
stop using stupid dots instead of normal lists.
Code:
loop sorted indices of {money::*} in descending order:
  broadcast "%loop-value%: %{money::%loop-value%}%"
I'd like to mention that if the money list uses player uuids as indexes you'll need to parse loop-value as offline player before broadcasting/sending and using the variable of that parse in the message, otherwise it will show the uuids.
 
Status
Not open for further replies.