Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /topprestige:
- aliases: prestigetop
- trigger:
- loop {prestige::*}:
- 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 3 tick
- send "{@prestige1}"
- send ""
- loop {_high.to.low.list::*}:
- add 1 to {_result}
- set {_player} to "%loop-value%" parsed as an offline player
- send " &8&l[ &c%{_result}% &8&l] &f%loop-value parsed as an offline player% &8&l- &8[&c%{prestige::%{_player}%}%&8]" to player
- if {_result} is 10:
- stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement