Guest User

BGiant

a guest
Nov 7th, 2014
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. command /giant:
  2. permission: giant.giant
  3. trigger:
  4. set {_mob} to last spawned entity
  5. spawn giant at event-location
  6. make last spawned entity ride {_mob}
  7. set max health of last spawned entity to 1000
  8. heal last spawned entity
  9. broadcast "&bNa mapie pojawil sie &b&lGIANT &bo imieniu: &b&lKarmel! &bZabijcie go! &bKordy: &6%event-location%"
  10.  
  11. command /giantmatt:
  12. permission: giant.giant
  13. trigger:
  14. set {_mob} to last spawned entity
  15. spawn giant at event-location
  16. make last spawned entity ride {_mob}
  17. set max health of last spawned entity to 1000
  18. heal last spawned entity
  19. broadcast "&bNa mapie pojawil sie &b&lGIANT &bo imieniu: &b&lMatt! &bZabijcie go! &bKordy: &6%event-location%"
  20.  
  21. command /giantandrzej:
  22. permission: giant.giant
  23. trigger:
  24. set {_mob} to last spawned entity
  25. spawn giant at event-location
  26. make last spawned entity ride {_mob}
  27. set max health of last spawned entity to 1000
  28. heal last spawned entity
  29. broadcast "&bNa mapie pojawil sie &b&lGIANT &bo imieniu: &b&lAnDrZeJ69! &bZabijcie go! &bKordy: &6%event-location%"
  30.  
  31. on death of giant:
  32. delete drops
  33. drop 1 nether star named "&b&lVIP &bStar" at victim
  34. broadcast "&bGracz &6%attacker% &bzabil GIANT!"
  35. create fake explosion at the victim
  36.  
  37. on right click with nether star:
  38. execute console command "setrank %player% VIP 7d"
  39. remove nether star from the player's inventory
  40. broadcast "&b&l%player% &buzyl &b&lVIP &bStar'a i dostaje &b&lVIP'a &bna 7 dni"
Advertisement
Add Comment
Please, Sign In to add comment