Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /warps [<text=ver>]:
- trigger:
- if player has permission "warp.ver":
- if arg 1 is "ver":
- set {_a} to "%{warplist::*}%"
- replace all "<none>" with "Nenhuma warp setada!" in {_a}
- send "&7Warps: &e%{_a}%"
- stop
- if arg 1 is "resetar" or "reset":
- clear {warplist::*}
- send "&aVocê resetou a lista de warps."
- else:
- send "{@erro}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement