Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 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 3000
  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 3000
  18. heal last spawned entity
  19. broadcast "&bHehehe&7szki.PL -> &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 3000
  28. heal last spawned entity
  29. broadcast "&bHehehe&7szki.PL -> &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 "&bHehehe&7szki.PL -> &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 "&bHehehe&7szki.PL -> &b&l%player% &buzyl &b&lVIP &bStar'a i dostaje &b&lVIP'a &bna 7 dni"
  41.  
  42.  
  43. błedy:
  44.  
  45. [17:04:53] [Server thread/INFO]: [Skript] Reloading dupagigant.sk...
  46. [17:04:54] [Server thread/ERROR]: 'named "&b&lVIP &bStar" at victim' is not an entity type (dupagigant.sk, line 33: drop nether star named "&b&lVIP &bStar" at victim')
  47. [17:04:54] [Server thread/ERROR]: 'nether star' is not an item type (dupagigant.sk, line 37: on right click with nether star:')
  48. [17:04:54] [Server thread/INFO]: [Skript] Encountered 2 errors while reloading dupagigant.sk!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement