Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. # ############################################################
  2. # # +------------------------------------------------------+ #
  3. # # | Throwing Knives Config File | #
  4. # # +------------------------------------------------------+ #
  5. # ############################################################
  6.  
  7. Drop-The-Knife-On-Hit:
  8. drop: true
  9. percent: true
  10. percentValue: 90
  11. Block-Knife-With-Sword-Blocking:
  12. block: true
  13. percent: true
  14. percentValue: 50
  15. Throwing-Weapons:
  16. - ThrowingKnife
  17. - ThrowingAxe
  18. ThrowingKnife:
  19. Item-ID: 267
  20. Name: '&7Throwing Knife'
  21. Lore:
  22. - ' '
  23. - '&7Drop to throw!'
  24. Damages: 6
  25. Permission: throw.knife
  26. Trail:
  27. trail: true
  28. trail-particle: CRIT
  29. On-Hit:
  30. Potion-Effect:
  31. effect: false
  32. potion-type: POISON
  33. potion-duration: 5
  34. potion-strength: 1
  35. Command:
  36. command: false
  37. command-to-exe: /say %thrower% hit %hit% with %item%!
  38. Crafting:
  39. Enabled: true
  40. Shaped: true
  41. Ingredients: 265,280,265,0,262,0,0,0,0
  42. Result-Item-Damage: 0
  43. ThrowingAxe:
  44. Item-ID: 258
  45. Name: '&7Throwing Axe'
  46. Lore:
  47. - ' '
  48. - '&7Drop to throw!'
  49. Damages: 4
  50. Permission: throw.axe
  51. Trail:
  52. trail: true
  53. trail-particle: CRIT
  54. On-Hit:
  55. Potion-Effect:
  56. effect: false
  57. potion-type: POISON
  58. potion-duration: 5
  59. potion-strength: 1
  60. Command:
  61. command: false
  62. command-to-exe: /say %thrower% hit %hit% with %item%!
  63. Crafting:
  64. Enabled: true
  65. Shaped: true
  66. Ingredients: 265,280,265,0,265,0,0,262,0
  67. Result-Item-Damage: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement