Advertisement
Guest User

Untitled

a guest
Oct 24th, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Post Teleport Teleportation Book:
  2. Enable: true
  3. Time: 3s
  4. Overlay:
  5. Title: "&a&lTeleported"
  6. Subtitle: "&b{waystone_name}"
  7. Effects:
  8. p1:
  9. Type: PlaySound
  10. Sound: BLOCK_SCULK_SENSOR_CLICKING
  11. Once: true
  12. Tick: 1
  13. Global: true
  14. Play At Player: true
  15. Play At Waystone Source: false
  16. Play At Waystone Target: false
  17. p2:
  18. Type: CircleParticle
  19. Particle: END_ROD
  20. Location: PLAYER
  21. Offset Y: 10
  22. Radius: 0.3
  23. Global: true
  24. Gap: 90
  25. Script: |-
  26. offsetY = offsetY - 0.25;
  27. rotateY = rotateY + 15;
  28. p3:
  29. Type: CircleParticle
  30. Particle: END_ROD
  31. Location: PLAYER
  32. Radius: 0.3
  33. Offset Y: 2
  34. Global: true
  35. Gap: 90
  36. Script: |-
  37. offsetY = offsetY - 0.25;
  38. rotateY = rotateY + 15;
  39. p4:
  40. Type: SphereParticle
  41. Particle: SPELL_WITCH
  42. Location: PLAYER
  43. Radius: 0
  44. Offset Y: 1
  45. Global: false
  46. Horizontal Gap: 5
  47. Vertical Gap: 5
  48. Script: |-
  49. visible = tick < 10;
  50. radius = radius + 0.4;
  51. rotateY = rotateY + 20;
  52. p5:
  53. Type: PlaySound
  54. Sound: BLOCK_BEACON_ACTIVATE
  55. Once: true
  56. Tick: 1
  57. Global: true
  58. Play At Player: true
  59. Play At Waystone Source: true
  60. Play At Waystone Target: false
  61. eff:
  62. Type: GivePotionEffect
  63. Tick: 1
  64. Once: true
  65. Potion Effect: BLINDNESS
  66. Duration: 2s
  67. Amplifier: 0
  68. Show Particle: false
  69. # Only for newer versions
  70. Show Icon: false
  71. Show Ambience: false
  72. Force: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement