Advertisement
Akim91

Untitled

Feb 19th, 2021
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Wooshers:
  2. Id: IRON_SWORD
  3. Display: 'Woosh forward'
  4. Lore:
  5. - 'Can teleport up to 10 blocks forward'
  6. Skills:
  7. - skill{s=WooshCheck1} @forward{f=1;y=1} ~onUse
  8.  
  9. WooshCheck1:
  10. TargetConditions:
  11. - blocktype{type=AIR} castinstead WooshCheck2
  12. Skills:
  13. - message{msg="You are facing into a block"} @self
  14. WooshCheck2:
  15. Skills:
  16. - skill{s=WooshChain2} @forward{f=2;y=1}
  17. WooshChain2:
  18. TargetConditions:
  19. - blocktype{type=AIR} castinstead WooshCheck3
  20. Skills:
  21. - teleport{sh=0;sv=0} @forward{f=1;y=0.5}
  22. WooshCheck3:
  23. Skills:
  24. - skill{s=WooshChain3} @forward{f=3;y=1}
  25. WooshChain3:
  26. TargetConditions:
  27. - blocktype{type=AIR} castinstead WooshCheck4
  28. Skills:
  29. - teleport{sh=0;sv=0} @forward{f=2;y=0.5}
  30. WooshCheck4:
  31. Skills:
  32. - skill{s=WooshChain4} @forward{f=4;y=1}
  33. WooshChain4:
  34. TargetConditions:
  35. - blocktype{type=AIR} castinstead WooshCheck5
  36. Skills:
  37. - teleport{sh=0;sv=0} @forward{f=3;y=0.5}
  38. WooshCheck5:
  39. Skills:
  40. - skill{s=WooshChain5} @forward{f=5;y=1}
  41. WooshChain5:
  42. TargetConditions:
  43. - blocktype{type=AIR} castinstead WooshCheck6
  44. Skills:
  45. - teleport{sh=0;sv=0} @forward{f=4;y=0.5}
  46. WooshCheck6:
  47. Skills:
  48. - skill{s=WooshChain6} @forward{f=6;y=1}
  49. WooshChain6:
  50. TargetConditions:
  51. - blocktype{type=AIR} castinstead WooshCheck7
  52. Skills:
  53. - teleport{sh=0;sv=0} @forward{f=5;y=0.5}
  54. WooshCheck7:
  55. Skills:
  56. - skill{s=WooshChain7} @forward{f=7;y=1}
  57. WooshChain7:
  58. TargetConditions:
  59. - blocktype{type=AIR} castinstead WooshCheck8
  60. Skills:
  61. - teleport{sh=0;sv=0} @forward{f=6;y=0.5}
  62. WooshCheck8:
  63. Skills:
  64. - skill{s=WooshChain8} @forward{f=8;y=1}
  65. WooshChain8:
  66. TargetConditions:
  67. - blocktype{type=AIR} castinstead WooshCheck9
  68. Skills:
  69. - teleport{sh=0;sv=0} @forward{f=7;y=0.5}
  70. WooshCheck9:
  71. Skills:
  72. - skill{s=WooshChain9} @forward{f=9;y=1}
  73. WooshChain9:
  74. TargetConditions:
  75. - blocktype{type=AIR} castinstead WooshCheck10
  76. Skills:
  77. - teleport{sh=0;sv=0} @forward{f=8;y=0.5}
  78. WooshCheck10:
  79. Skills:
  80. - skill{s=WooshChain10} @forward{f=10;y=1}
  81. WooshChain10:
  82. TargetConditions:
  83. - blocktype{type=AIR} castinstead WooshCheck11
  84. Skills:
  85. - teleport{sh=0;sv=0} @forward{f=9;y=0.5}
  86. WooshCheck11:
  87. Skills:
  88. - message{msg="over 10 blocks away"} @self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement