Advertisement
Alomax_

Untitled

May 27th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. options:
  2. delay: 3
  3.  
  4. command /setmina [<text>]:
  5. permission: warspvp.admin
  6. aliases: st
  7. trigger:
  8. if arg 1 is "lapis":
  9. set {mina.lapis} to location of player
  10. send "&a&lMina &f&lLapis &a&lmarcada!"
  11. if arg 1 is "log":
  12. set {mina.log} to location of player
  13. send "&a&lMina &f&lLog &a&l marcada!"
  14. if arg 1 is "vip":
  15. set {mina.vip} to location of player
  16. send "&a&lMina &f&lVip &a&Lmarcada!"
  17.  
  18. command /mina [<text>]:
  19. aliases: m
  20. trigger:
  21. if arg 1 is "lapis":
  22. if player has permission "warspvp.vip":
  23. teleport player to {mina.lapis}
  24. else:
  25. send "&2&lAguarde &a&l{@delay} &a&lsegundos"
  26. wait {@delay} seconds
  27. teleport player to {mina.lapis}
  28. if arg 1 is "log":
  29. if player has permission "warspvp.vip":
  30. teleport player to {mina.log}
  31. else:
  32. send "&2&lAguarde &a&l{@delay} &a&lsegundos"
  33. wait {@delay} seconds
  34. teleport player to {mina.log}
  35. if arg 1 is "vip":
  36. if player has permission "warspvp.mina.vip":
  37. teleport player to {mina.vip}
  38. else:
  39. send "&a&lVoce não é um jogador VIP."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement