twogz

Untitled

Jul 22nd, 2017
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. command /warzone:
  2. trigger:
  3. message "&aTeleporting you to a random location in the warzone, please wait..."
  4. wait 2 seconds
  5. chance of 10%:
  6. teleport player to {1}
  7. chance of 10%:
  8. teleport player to {2}
  9. chance of 10%:
  10. teleport player to {3}
  11. chance of 10%:
  12. teleport player to {4}
  13. chance of 10%:
  14. teleport player to {5}
  15. chance of 10%:
  16. teleport player to {6}
  17. chance of 10%:
  18. teleport player to {7}
  19. chance of 10%:
  20. teleport player to {8}
  21. chance of 10%:
  22. teleport player to {9}
  23. chance of 10%:
  24. teleport player to {10}
  25.  
  26. command /setpoint [<text>]:
  27. permission: *
  28. trigger:
  29. if arg 1 is "1":
  30. set {1} to location of player
  31. if arg 1 is "2":
  32. set {2} to location of player
  33. if arg 1 is "3":
  34. set {3} to location of player
  35. if arg 1 is "4":
  36. set {4} to location of player
  37. if arg 1 is "5":
  38. set {5} to location of player
  39. if arg 1 is "6":
  40. set {6} to location of player
  41. if arg 1 is "7":
  42. set {7} to location of player
  43. if arg 1 is "8":
  44. set {8} to location of player
  45. if arg 1 is "9":
  46. set {9} to location of player
  47. if arg 1 is "10":
  48. set {10} to location of player
Add Comment
Please, Sign In to add comment