Jump to content

I made a top 10 skript for my server but the names are all lowercase like this "patsteaks" instead of "PatSteaks"


Patsteaks123

Recommended Posts

Can you find out a way to fix it? Thank you

 

command /toplevels:
    trigger:
        set {_sortedList::*} to indices of {level::*} in descending order
        send "&c&lLEVELS TOP 10"
        loop 10 times:
            set {_index} to {_sortedList::%loop-value%}
            set {_value} to {level::%{_index}%}
            send "&c&l%loop-value%. %{_index}% &7>> &f%formatNumber({_value})% Levels" to player
        send "&c&lLEVELS TOP 10"

 

Link to comment
Share on other sites

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