GamePL7

luk.sk

Nov 5th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. on script load:
  2. register new shaped recipe for bow named "&cTeleportujacy łuk" with lore "&aDodatek na łuk stworzony przez &6&lGamePL7" using none, ender pearl, none, ender pearl, bow, ender pearl, none, ender pearl, none
  3. on projectile hit:
  4. if shooter is player:
  5. projectile is an arrow:
  6. if name of shooter's tool is "&cTeleportujacy łuk":
  7. if lore of shooter's tool is "&aDodatek na łuk stworzony przez &6&lGamePL7":
  8. teleport shooter to the projectile
  9. spawn 100 of particle witch magic at location of shooter
  10. #CRAFTING:
  11. # X P X
  12. # P L P
  13. # X P X
  14.  
  15. # X - powietrze
  16. # P - perła
  17. # l - łuk
  18.  
  19. #By GamePL7 (youtube.com/GamePL7)
  20.  
  21. #proszę nie usuwać nic po hashtagu :)
Advertisement
Add Comment
Please, Sign In to add comment