Advertisement
TEKITOU-123

ダッシュ斬り

Apr 21st, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. on rightclick holding a enchanted book:
  2. if name of player's tool is "&a&lダッシュ斬り":
  3. {%player%::c} is not set
  4. {kiri::%player%} is not set
  5. player's level progress is larger than 0.55
  6. reduce the player's level progress by 0.55
  7. set {kiri::%player%} to true
  8. play sound "entity.firework.large_blast" with volume 10 and pitch 1 at player for players in radius 10 of player
  9. loop 20 times:
  10. push the player forwards at speed 0.3
  11. loop all entities in radius 3 of the player:
  12. loop-entity is not player
  13. set maximum damage delay of loop-player to 0 tick
  14. make player damage loop-entity by 1.5
  15. show 3 Explosion Large particles at loop-entity's head offset by 1, 1, 1 with speed 1
  16. play sound "entity.player.attack.sweep" with volume 10 and pitch 1 at loop-entity for players in radius 10 of player
  17. set {%loop-player%-LA} to player
  18. wait 2 tick
  19. delete {kiri::%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement