Advertisement
Guest User

warp+

a guest
Jun 29th, 2016
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #MADE WITH LOVE#
  2. #BY HKG#
  3. command /warp-set [<text>]:
  4. permission: warp.ustaw
  5. description: Wchodzisz do lobby
  6. trigger:
  7. if arg-1 is not set:
  8. message "/warp-set <nazwa>"
  9. stop
  10. else:
  11. set {warp.%arg-1%} to location of the player
  12. message "%arg-1% jest ustawiony na %location%"
  13.  
  14. command /warp [<text>]:
  15. permission: warp.tp
  16. trigger:
  17. if arg-1 is not set:
  18. message "/warp <nazwa>"
  19. stop
  20. else:
  21. if {warp.%arg-1%} is not set:
  22. message "<red>Ten warp nie jest jeszcze zdefiniowany"
  23. stop
  24. else:
  25. teleport player to {warp.%arg-1%}
  26. message "<blue>Witaj na %arg-1%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement