Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. # --- SkyPvP RandomTP Skript ---
  2.  
  3. command /skypvp-random-teleport:
  4. trigger:
  5. play "ANVIL_USE" to player with volume 10 and pitch 0.9
  6. send player title "&a&lTELEPORTING..." with subtitle "&f&oto random location" for 1.2 seconds
  7. set {_location} to random integer between 1 and 10
  8.  
  9. if {_location} is equal to 1:
  10. wait 1.3 seconds
  11. send player title "&2&lTELEPORED!" with subtitle "&7GoodLuck!" for 1 second
  12. teleport player to location at 0, 0, 0 in world "world"
  13.  
  14. if {_location} is equal to 2:
  15. wait 1.3 seconds
  16. send player title "&2&lTELEPORED!" with subtitle "&7GoodLuck!" for 1 second
  17. teleport player to location at 0, 0, 0 in world "world"
  18.  
  19. if {_location} is equal to 3:
  20. wait 1.3 seconds
  21. send player title "&2&lTELEPORED!" with subtitle "&7GoodLuck!" for 1 second
  22. teleport player to location at 0, 0, 0 in world "world"
  23.  
  24. if {_location} is equal to 4:
  25. wait 1.3 seconds
  26. send player title "&2&lTELEPORED!" with subtitle "&7GoodLuck!" for 1 second
  27. teleport player to location at 0, 0, 0 in world "world"
  28.  
  29. if {_location} is equal to 5:
  30. wait 1.3 seconds
  31. send player title "&2&lTELEPORED!" with subtitle "&7GoodLuck!" for 1 second
  32. teleport player to location at 0, 0, 0 in world "world"
  33.  
  34. if {_location} is equal to 6:
  35. wait 1.3 seconds
  36. send player title "&2&lTELEPORED!" with subtitle "&7GoodLuck!" for 1 second
  37. teleport player to location at 0, 0, 0 in world "world"
  38.  
  39. if {_location} is equal to 7:
  40. wait 1.3 seconds
  41. send player title "&2&lTELEPORED!" with subtitle "&7GoodLuck!" for 1 second
  42. teleport player to location at 0, 0, 0 in world "world"
  43.  
  44. if {_location} is equal to 8:
  45. wait 1.3 seconds
  46. send player title "&2&lTELEPORED!" with subtitle "&7GoodLuck!" for 1 second
  47. teleport player to location at 0, 0, 0 in world "world"
  48.  
  49. if {_location} is equal to 9:
  50. wait 1.3 seconds
  51. send player title "&2&lTELEPORED!" with subtitle "&7GoodLuck!" for 1 second
  52. teleport player to location at 0, 0, 0 in world "world"
  53.  
  54. if {_location} is equal to 10:
  55. wait 1.3 seconds
  56. send player title "&2&lTELEPORED!" with subtitle "&7GoodLuck!" for 1 second
  57. teleport player to location at 0, 0, 0 in world "world"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement