makakam

jet

Feb 9th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. # jetpack id
  2. VIP:
  3. # Display the item name
  4. DisplayName: '&8&l[&bFJetpack2&6&lReloaded&8&l]'
  5. # Lore item
  6. Lore:
  7. - '&3&m&l----===[&r &8 &b&lINFO &8 &3&m&l]===----'
  8. - '&9Rank: &6&lVIP'
  9. - ''
  10. - '&3&m&l----===[&b &lUSAGE &3&m&l]===----'
  11. - '&9Sneak to toggle on/off'
  12. - '&9Double jump to fly'
  13. - ''
  14. - '&7Fuel: &a#{fuel_value} &b#{fuel}'
  15. # Permission to use this jetpack
  16. # use #id will replace the jetpack id
  17. # example: fjetpack2reloaded.#id -> fjetpack2reloaded.vip
  18. Permission: 'fjetpack2reloaded.#id'
  19. # The minecraft item id (Supports all armor items)
  20. Item: CHAINMAIL_CHESTPLATE
  21. # ItemColor for leather armor only!
  22. # Example for colored leather armor:
  23. # Red armor -> R=255 G=0 B=0
  24. ItemColor:
  25. R: 255
  26. G: 0
  27. B: 0
  28. # Set jetpack to unbreakable
  29. Unbreakable: true
  30. # Event when player out of fuel!
  31. # Bypass using permission fjetpack2reloaded.#id.keep.on.empty
  32. # Remove - Remove Jetpack on Fuel is empty
  33. # Drop - Drop Jetpack on Fuel is empty
  34. # None - Nothing to do
  35. OnEmptyFuel: NONE
  36. # Event when player died
  37. # Bypass using permission fjetpack2reloaded.#id.keep.on.death
  38. # Remove - Remove Jetpack on Player died
  39. # Drop - Drop Jetpack on Player died
  40. # None - Nothing to do
  41. OnDeath: NONE
  42. # Set Custom Model Data, -1 to disable
  43. CustomModelData: -1
  44. # Set jetpack fly speed in float
  45. # Maximum speed value is -10 to 10!
  46. Speed: 1.1
  47. # If you don't want to use flags set to []
  48. Flags:
  49. - HIDE_ATTRIBUTES
  50. - HIDE_ENCHANTS
  51. # If you don't want to use enchantment set to []
  52. # Enchant under version 1.17 server, use old method enchantments. Like "DURABILITY:3"
  53. # unbreaking:3 for newer server version 1.17+
  54. Enchantments:
  55. - 'unbreaking:3'
  56. - 'DURABILITY:3'
  57. # Blocked worlds
  58. BlockedWorlds: []
  59.  
  60. # Refill fuel only work survival mode not creative!
  61. # Refill permission fjetpack2reloaded.#id.fuel.refill
  62. Fuel:
  63. # Custom Fuel set NONE to disable
  64. # Case sensitive
  65. CustomFuel: CVIP
  66. # The Fuel Item Material ID
  67. # If using custom fuel set item material from custom fuel
  68. Item: COAL
  69. # Fuel cost amount
  70. Cost: 1
  71. # Sprint Fuel cost amount
  72. SprintCost: 1
  73. # Set Custom Model Data, -1 to disable
  74. CustomModelData: -1
  75. # Burn rate in seconds
  76. BurnRate: 5
  77. # Warn Out of Fuel equals/below than 5
  78. # Disable set to -1
  79. WarnRunOutBelow: 5
  80. # Allow player to bypass fuel cost with permission fjetpack2reloaded.#id.bypass.fuel
  81. AllowBypassCost: false
  82. # Allow player to bypass fuel sprint cost with permission fjetpack2reloaded.#id.bypass.fuel.sprint
  83. AllowBypassSprintCost: false
  84.  
  85. # optional - can be removed
  86. Particle:
  87. # active particle effect?
  88. Enable: true
  89. # particle effect name
  90. Effect: CLOUD
  91. # Amount of particle
  92. Amount: 0
  93. # Particle delay in ticks
  94. Delay: 4
  95.  
  96. # optional
  97. GriefPrevention:
  98. # active hook to GriefPrevention?
  99. Enable: false
  100. # Only allow jetpack to fly inside player own Grief Prevention claim
  101. # this is not work if allowInsideAllClaim is true
  102. OnlyAllowInsideOwnClaim: true
  103. # Allow to bypass claim with permission fjetpack2reloaded.#id.bypass.gp.claim
  104. AllowBypassClaim: false
  105. # Only allow jetpack to fly inside all Grief Prevention claim
  106. AllowInsideAllClaim: false
  107.  
  108. # optional
  109. SuperiorSkyblock2:
  110. # active hook to SuperiorSkyblock2?
  111. Enable: false
  112. # fjetpack2reloaded.#id.bypass.ss2.flag
  113. AllowBypassFlag: false
  114. # fjetpack2reloaded.#id.bypass.ss2.privilege
  115. AllowBypassPrivilege: false
  116.  
  117. Member:
  118. DisplayName: '&8&l[&bFJetpack2&6&lReloaded&8&l]'
  119. # Lore item
  120. Lore:
  121. - '&3&m&l----===[&r &8 &b&lINFO &8 &3&m&l]===----'
  122. - '&9Rank: &b&lMember'
  123. - ''
  124. - '&3&m&l----===[&b &lUSAGE &3&m&l]===----'
  125. - '&9Sneak to toggle on/off'
  126. - '&9Double jump to fly'
  127. - ''
  128. - '&7Fuel: &a#{fuel_value} &b#{fuel}'
  129. Permission: 'fjetpack2reloaded.#id'
  130. Item: LEATHER_CHESTPLATE
  131. ItemColor:
  132. R: 255
  133. G: 0
  134. B: 0
  135. Unbreakable: false
  136. OnEmptyFuel: NONE
  137. OnDeath: NONE
  138. CustomModelData: -1
  139. Speed: 1.1
  140. Flags:
  141. - HIDE_ATTRIBUTES
  142. - HIDE_ENCHANTS
  143. Enchantments:
  144. - 'unbreaking:3'
  145. - 'DURABILITY:3'
  146. BlockedWorlds: []
  147.  
  148. Fuel:
  149. CustomFuel: NONE
  150. Item: COAL
  151. Cost: 1
  152. SprintCost: 1
  153. CustomModelData: -1
  154. BurnRate: 5
  155. WarnRunOutBelow: 5
  156. AllowBypassCost: false
  157. AllowBypassSprintCost: false
Advertisement
Add Comment
Please, Sign In to add comment