Advertisement
Neonowsky

[SK] GiantEvent

Aug 28th, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. command /giant:
  2. trigger:
  3. player has permission "giant.spawn":
  4. spawn giant at player
  5. add diamond helmet of protection 10 to spawned entity's helmet
  6. add diamond chestplate of protection 10 to spawned entity's chestplate
  7. add diamond leggings of protection 10 to spawned entity's leggings
  8. add diamond boots of protection 10 to spawned entity's boots
  9. set spawned entity's tool to diamond sword of sharpness 10
  10. apply speed 3 to spawned entity for 999 days
  11. apply jump boost 10 to spawned entity for 999 days
  12. set spawned entity's max health to 1000
  13. heal spawned entity
  14. broadcast "&cBoss &e&lEriks &czrespil sie on na koordach: &e%location of entity%"
  15. set spawned entity's name to "&4&lEriks"
  16. on damage of giant:
  17. attacker is plays:
  18. send "&c%health of victim%/1000" to attacker
  19. on death of giant:
  20. delete drops
  21. broadcast "&4&l%attacker%!! &3&l&oJeszcze wroce!!"
  22. drop 64 bookshelf at attacker
  23. drop 64 diamond block at attacker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement