Advertisement
Machica38

Moar stuff

Apr 26th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. / THIS IS AN EXAMPLE BOW
  2. // IN THIS EXAMPLE, I CREATED A NICE BOW THAT SHOOTS ENDER PEARLS
  3.  
  4. // Name of the bow
  5. bow-name=&bCat bow
  6.  
  7. // Permission to use bow - MAKE IT UNIQUE
  8. permission=MoarStuff.Bows.catbow
  9.  
  10. // Special key of bow - MAKE IT RANDOM AND NOT TOO LONG
  11. key=catbow5
  12.  
  13. // ignore
  14. init-recipe-a=true
  15.  
  16. // shape of the recipe in form TOP TOP TOP, MIDDLE MIDDLE MIDDLE, BOTTOM BOTTOM BOTTOM
  17. recipe-shape=AAA,ABA,AAA
  18.  
  19. // ingredients
  20. recipe-ingredient-a=RAW_FISH
  21. recipe-ingredient-b=BOW
  22. recipe-ingredient-c=null
  23. recipe-ingredient-d=null
  24. recipe-ingredient-e=null
  25. recipe-ingredient-f=null
  26. recipe-ingredient-g=null
  27. recipe-ingredient-h=null
  28. recipe-ingredient-i=null
  29.  
  30. // ignore
  31. init-recipe-b=true
  32.  
  33. // effect of the bow - look at plugin page for info
  34. effect=SHOT_ENTITY
  35.  
  36. // effect on impact - look at plugin page for link
  37. impact-effect=null
  38.  
  39. // potion effect on impact - look at plugin page for link
  40. impact-potion=null
  41.  
  42. // sound on impact - look at plugin page for link
  43. impact-sound=CAT_MEOW
  44.  
  45. // entity to shoot - look at plugin page for link
  46. entity-to-shoot=OCELOT
  47.  
  48. // entity to spawn on impact - look at plugin page for link
  49. entity-to-spawn-impact=null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement