Advertisement
Guest User

Skript Scoreboard Tag Example

a guest
Sep 11th, 2018
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. on spawn of a monster:
  2. if the spawn reason is mob spawner:
  3. add "spawned by a spawner" to the scoreboard tags of event-entity
  4.  
  5. on death of a monster:
  6. if the attacker is a player:
  7. if the victim doesn't have the scoreboard tag "spawned by a spawner":
  8. add 1 to attacker's balance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement