123brian123

New AIO Jetpacks

Feb 23rd, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. # AIO Jetpacks configuration
  2. # use-permissions: Enable or disable permissions system
  3. # message-equip: Message to be shown on equip, %name% -> Jetpacks name
  4. # message-unequip: Message to be shown on unequip, %name% -> Jetpacks name
  5. # jetpacks: You can add your own jetpacks here
  6. # <name>: The jetpacks profile name
  7. # displayName: Name the jetpack item should have
  8. # item: The item that should be used as jetpack
  9. # recipe: To use no recipe, type []
  10. # - First recipe row, to leave a field empty, write NULL
  11. # - Second recipe row, to leave a field empty, write NULL
  12. # - Third recipe row, to leave a field empty, write NULL
  13. # enchantments: Here you can add enchantments to the item, write {} to leave empty.
  14. # <ENCHANTMENT>: Level
  15. # infiniteFuel: Set if fuel is infinite
  16. # fuel: The fuel item to use
  17. # ticksPerFuel: How many ticks you can fly with one piece of fuel
  18. # normalSpeed: Normal speed of the jetpack
  19. # fastSpeed: Speed when pressing sprint key + W
  20. # slowSpeed: Speed when sneaking
  21. # effects: Here you can add potion effects, write {} to leave empty.
  22. # <EFFECT>: Effect strength
  23. use-permissions: true
  24. message-equip: §b[Jetpacks] §7%name%§a is now equipped.§e [Double jump to use]
  25. message-unequip: §b[Jetpacks] §7%name%§c is no longer equipped!
  26. jetpacks:
  27. example:
  28. displayName: Jetpack Prototype
  29. item: LEATHER_CHESTPLATE
  30. recipe:
  31. - NULL REDSTONE NULL
  32. - REDSTONE LEATHER_CHESTPLATE REDSTONE
  33. - FEATHER BLAZE_ROD FEATHER
  34. enchantments:
  35. PROTECTION_ENVIRONMENTAL: 1
  36. infiniteFuel: false
  37. fuel: COAL
  38. ticksPerFuel: 30
  39. normalSpeed: 1.0
  40. fastSpeed: 1.0
  41. slowSpeed: 0.5
  42. effects:
  43. SPEED: 1
  44. example:
  45. displayName: Jetpack Alpha
  46. item: CHAIN_CHESTPLATE
  47. recipe:
  48. - NULL REDSTONE NULL
  49. - REDSTONE CHAIN_CHESTPLATE REDSTONE
  50. - FEATHER BLAZE_ROD FEATHER
  51. enchantments:
  52. PROTECTION_ENVIRONMENTAL: 5
  53. infiniteFuel: false
  54. fuel: COAL
  55. ticksPerFuel: 60
  56. normalSpeed: 2.0
  57. fastSpeed: 2.5
  58. slowSpeed: 0.5
  59. effects:
  60. SPEED: 2
  61. example:
  62. displayName: Jetpack Beta
  63. item: IRON_CHESTPLATE
  64. recipe:
  65. - NULL REDSTONE NULL
  66. - REDSTONE IRON_CHESTPLATE REDSTONE
  67. - FEATHER BLAZE_ROD FEATHER
  68. enchantments:
  69. PROTECTION_ENVIRONMENTAL: 3
  70. infiniteFuel: false
  71. fuel: COAL
  72. ticksPerFuel: 120
  73. normalSpeed: 3.0
  74. fastSpeed: 3.5
  75. slowSpeed: 0.5
  76. effects:
  77. SPEED: 3
  78. example:
  79. displayName: Jetpack Gamma
  80. item: GOLDEN_CHESTPLATE
  81. recipe:
  82. - NULL REDSTONE NULL
  83. - REDSTONE GOLDEN_CHESTPLATE REDSTONE
  84. - FEATHER BLAZE_ROD FEATHER
  85. enchantments:
  86. PROTECTION_ENVIRONMENTAL: 5
  87. infiniteFuel: false
  88. fuel: COAL
  89. ticksPerFuel: 240
  90. normalSpeed: 4.0
  91. fastSpeed: 4.5
  92. slowSpeed: 0.5
  93. effects:
  94. SPEED: 4
  95. example:
  96. displayName: Jetpack Omega
  97. item: DIAMOND_CHESTPLATE
  98. recipe:
  99. - NULL REDSTONE NULL
  100. - REDSTONE DIAMOND_CHESTPLATE REDSTONE
  101. - FEATHER BLAZE_ROD FEATHER
  102. enchantments:
  103. PROTECTION_ENVIRONMENTAL: 5
  104. infiniteFuel: false
  105. fuel: COAL
  106. ticksPerFuel: 600
  107. normalSpeed: 5.0
  108. fastSpeed: 6.5
  109. slowSpeed: 0.5
  110. effects:
  111. SPEED: 5
  112. example:
  113. displayName: Rocket X1
  114. item: BOAT
  115. recipe:
  116. - NULL REDSTONE NULL
  117. - REDSTONE BOAT REDSTONE
  118. - FEATHER BLAZE_ROD FEATHER
  119. enchantments:
  120. PROTECTION_ENVIRONMENTAL: 5
  121. infiniteFuel: false
  122. fuel: DIAMOND
  123. ticksPerFuel: 1800
  124. normalSpeed: 7.0
  125. fastSpeed: 8.0
  126. slowSpeed: 0.5
  127. effects:
  128. SPEED: 7
Advertisement
Add Comment
Please, Sign In to add comment