Advertisement
TEKITOU-123

ブラックエフェクト

Apr 21st, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. on rightclick holding a enchanted book:
  2. if name of player's tool is "&0&lブラックエフェクト":
  3. {%player%::c} is not set
  4. player's level progress is larger than 0.2
  5. reduce the player's level progress by 0.2
  6. play sound "entity.bat.ambient" with volume 10 and pitch 1 at player for players in radius 3 of player
  7. show 50 Spell Witch particles at player offset by 3, 3, 3 with speed 0
  8. loop players in radius 3 around player:
  9. if loop-player is not player:
  10. apply potion of Blindness of tier 1 to loop-player for 3 seconds
  11. play sound "ambient.cave" at loop-player with pitch 1 volume 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement