Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /top:
- aliases: /ktop, /topkills, /killstop, /killboard, /killt, /killtop
- trigger:
- loop {kills::*}:
- add 1 to {_size}
- if {_low.to.high.list::%loop-value%} is not set:
- set {_low.to.high.list::%loop-value%} to loop-index
- else:
- set {_n} to 0
- loop {_size} times:
- set {_n} to {_n}+1
- {_low.to.high.list::%loop-value-1%.%{_n}%} is not set
- set {_low.to.high.list::%loop-value-1%.%{_n}%} to loop-index
- stop loop
- wait 1 tick
- set {_n} to size of {_low.to.high.list::*}
- loop {_low.to.high.list::*}:
- set {_high.to.low.list::%{_n}%} to loop-value
- set {_n} to {_n}-1
- wait 1 tick
- send "&7&m--------------------"
- send " &8[&9Leaderboard&8] "
- send " "
- loop {_high.to.low.list::*}:
- add 1 to {_result}
- send "&9%loop-value%&8 | &7%{kills::%loop-value%}%" to player
- if {_result} is 10:
- stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement