Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. on rightclick:
  2. block is a sign
  3. line 1 of clicked block is "=========="
  4. line 2 of clicked block is "--Hunter--"
  5. line 3 of clicked block is "[rightclick]"
  6. line 4 of clicked block is "=========="
  7. clear player's inventory
  8. give player unbreakable diamond hoe named "Anti"
  9. give player unbreakable wooden sword named "knife"
  10. message "Hunterとして戦場へ行きます"
  11. set {_temp} to random integer between 1 and 21
  12. apply resistance of tier 100 to player for 3 seconds
  13. if {_temp} is between 1 and 3:
  14. teleport the player to the location (-31, 4, 9)
  15. else if {_temp} is between 4 and 6:
  16. teleport the player to the location (-17, 4, -31 )
  17. else if {_temp} is between 7 and 9:
  18. teleport the player to the location (-117, 4, -102)
  19. else if {_temp} is between 10 and 12:
  20. teleport the player to the location (-147, 4, -59)
  21. else if {_temp} is between 13 and 15:
  22. teleport the player to the location (-35, 4, -89)
  23. else if {_temp} is between 16 and 18:
  24. teleport the player to the location (-84, 4, -53)
  25. else if {_temp} is between 19 and 21:
  26. teleport the player to the location (-78, 4, -36)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement