Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #/ug
- command /underground [<int=55>]:
- aliases: /ug
- trigger:
- {SI::on::%player%} is true
- loop all players:
- {si::on::%loop-player%} is not set
- y-coordinate of loop-player is less than arg-1
- set {_c} to TeamColour(loop-player)
- add "%{_c}%%loop-player%" to {_a::*}
- if {_a::*} is set:
- send "{@PSS} Players underground: {@C}y%arg-1%{@N}. &8({@C}%size of {_a::*}%&8)"
- send " {@A} {@N}%{_a::*}%"
- else:
- send "{@PSS} No players under {@C}y%arg-1%{@N}."
Advertisement
Add Comment
Please, Sign In to add comment