Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. booster:
  2. enabled: true
  3. cooldown: 16000
  4. itemstack:
  5. material: "FIREWORK"
  6. name: "&5&lBooster"
  7. enchantments:
  8. - "DURABILITY:10"
  9. options:
  10. #Wouldn't recommend going over this for velocity as it will violate for fast movement.
  11. velocityY: 1.2 # has to be a decimal
  12. velocityChange: 3.0 # has to be a decimal
  13. freezer:
  14. enabled: true
  15. cooldown: 10000
  16. itemstack:
  17. material: "DIAMOND_HOE"
  18. name: "&c&lFreezer"
  19. enchantments:
  20. - "DURABILITY:10"
  21. options:
  22. distance: 15
  23. grapple:
  24. enabled: true
  25. cooldown: 6000
  26. itemstack:
  27. material: "FISHING_ROD"
  28. name: "&6&lGrapple"
  29. enchantments:
  30. - "DURABILITY:10"
  31. options:
  32. #Wouldn't recommend going over this for velocity as it will violate for fast movement.
  33. velocityChange: 0.25 # has to be a decimal
  34. durabilityLoss: 6
  35. stormbreaker:
  36. enabled: true
  37. cooldown: 25000
  38. itemstack:
  39. material: "GOLD_AXE"
  40. name: "&6&lStorm Breaker"
  41. enchantments:
  42. - "DURABILITY:10"
  43. options:
  44. damage: 5
  45. distance: 15
  46. durabilityLoss: 4
  47. swapper:
  48. enabled: true
  49. cooldown: 30000
  50. itemstack:
  51. material: "SLIME_BALL"
  52. name: "&2&lSwapper"
  53. enchantments:
  54. - "DURABILITY:10"
  55. options:
  56. #Amount of items that will be shuffled.
  57. amount: 9
  58. distance: 8
  59. switcher:
  60. enabled: true
  61. cooldown: 16000
  62. itemstack:
  63. material: "EGG"
  64. name: "&b&lSwitcher"
  65. enchantments:
  66. - "DURABILITY:10"
  67. options:
  68. distance: 20
  69. invisibleCooldown: 1500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement