Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. on join:
  2. give bone named "&7Stare of death" to player
  3.  
  4. on rightclick:
  5. if player is holding a bone named "&7Stare of death":
  6. loop all players in radius 30 around location of player:
  7. if loop-players isn't player:
  8. damage loop-players by 4 hearts
  9. play sound "minecraft:entity.enderman.stare" with volume 100 and pitch 1 at loop-player for loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement