Advertisement
zGhol

Untitled

Dec 21st, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. command /vip:
  2. trigger:
  3. if player has permission "Vip.Ir":
  4. teleport player to {Área.Vip}
  5. send "&aSeja Bem-Vindo a ÁreaVip"
  6. stop
  7. else:
  8. teleport player to {Camarote.Vip}
  9. send "&aSeja Bem-Vindo ao Camarote da ÁreaVip"
  10. stop
  11.  
  12. command /setvip [<text>]:
  13. permission: Vip.Admin
  14. permission message: &cSem permissão
  15. trigger:
  16. if arg 1 is not set:
  17. send ""
  18. send "&aUse /setvip camarote"
  19. send "&aUse /setvip area"
  20. stop
  21. if arg 1 is "camarote":
  22. set {Camarote.Vip} to location of player
  23. send "&aLocal setado com sucesso"
  24. stop
  25. if arg 1 is "area":
  26. set {Área.Vip} to location of player
  27. send "&aLocal Setado com sucesso"
  28. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement