Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. options:
  2. xMin: -1500
  3. xMax: 1500
  4. zMin: -1500
  5. zMax: 1500
  6. yMin: 70
  7. yMax: 255
  8. world: world
  9.  
  10. blok1: sponge
  11. blok2: end stone
  12. permissions: pex.stp
  13. danmsg: &9Teleportacja nastapi za chwile!&c Pamietaj, ze mozesz zginac!
  14. infmsg: &7Zostales przeteleprtoway na %{_targetx}%, %{_targetz}%
  15. tag: &7[&cSTP&7]
  16.  
  17. efekt1: speed
  18. sila1: 3
  19. czas1: 30
  20. efekt2: nausea
  21. sila2: 7
  22. czas2: 8
  23. efekt3: blindness
  24. sila3: 6
  25. czas3: 6
  26.  
  27. on rightclick on stone button:
  28. block behind target block is {@blok1} or {@blok2}:
  29. if player has permissions "{@permissions}":
  30. set {_targetx} to a random integer between {@xMin} and {@xMax}
  31. set {_targetz} to a random integer between {@zMin} and {@zMax}
  32. send "{@tag} {@danmsg}" to player
  33. wait 2 seconds
  34. apply {@efekt1} {@sila1} to the player for {@czas1} seconds
  35. apply {@efekt2} {@sila2} to the player for {@czas2} seconds
  36. apply {@efekt3} {@sila3} to the player for {@czas3} seconds
  37. send "{@tag} {@infmsg}" to player
  38. execute console command "/tppos %player% %{_targetx}% {@yMin} %{_targetz}%"
  39. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement