Advertisement
Guest User

RubixPearls Config

a guest
Nov 14th, 2023
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. # +---------------------------------------+
  2. # RubixPearls v7.1 config.
  3. # Support: https://discord.rubixdevelopment.nl
  4. # Thanks for purchasing!
  5. #
  6. # FENCES, FENCE_GATES, SLABS, STAIRS, BEDS, SIGNS,
  7. # PLATES, BUTTONS, BANNERS, SAPLINGS, TRAPDOORS, DOORS
  8. # Collections of all types of blocks for current version
  9. # +---------------------------------------+
  10. #
  11.  
  12. License: yourLicense
  13. Pearl-Checks:
  14. # Speeds up passing through block after crosspearl
  15. CrosspearlMoveHelper: 0.3
  16.  
  17. # Number of extra blocks that can be thrown thru slab (for ex.).
  18. # By default it's only 1 slab already.
  19. PassThruExtraBlocks: 0
  20. Thru:
  21. # Pearl thru all types of fence gates. Only for 1.7-1.12
  22. FenceGates: true
  23.  
  24. # Pearl thru cob web. Only for 1.7-1.12
  25. Cobweb: true
  26.  
  27. # Pearl thru string. Only for 1.7-1.12
  28. String: true
  29.  
  30. # Pearl thru all types of plants. Only for 1.7-1.12
  31. Plants: false
  32.  
  33. # Refunds pearl if it landed in the block
  34. DisabledBlocks:
  35. - FENCES
  36. - THIN_GLASS
  37.  
  38. # Enabled critblocks
  39. CritBlock:
  40. - SLABS
  41. - STAIRS
  42. - COBBLE_WALL
  43. - CHEST
  44. - ENDER_CHEST
  45. - TRAPPED_CHEST
  46. - BED_BLOCK
  47. - ENDER_PORTAL_FRAME
  48. - ANVIL
  49. - ENCHANTMENT_TABLE
  50. - DAYLIGHT_DETECTOR
  51. - PISTON_STICKY_BASE
  52. - PISTON_EXTENSION
  53. - TRAP_DOOR
  54. - IRON_TRAPDOOR
  55.  
  56. # Enabled diagonal blocks
  57. DiagonalBlock:
  58. - SLABS
  59. - STAIRS
  60. - COBBLE_WALL
  61. - CHEST
  62. - ENDER_CHEST
  63. - TRAPPED_CHEST
  64. - BED_BLOCK
  65. - ENDER_PORTAL_FRAME
  66. - ANVIL
  67. - ENCHANTMENT_TABLE
  68. - DAYLIGHT_DETECTOR
  69. - PISTON_STICKY_BASE
  70. - PISTON_EXTENSION
  71. - TRAP_DOOR
  72. - IRON_TRAPDOOR
  73.  
  74. # Enabled crosspearl blocks
  75. CrossPearl:
  76. - SLABS
  77. - STAIRS
  78. - COBBLE_WALL
  79. - CHEST
  80. - ENDER_CHEST
  81. - TRAPPED_CHEST
  82. - BED_BLOCK
  83. - ENDER_PORTAL_FRAME
  84. - ANVIL
  85. - ENCHANTMENT_TABLE
  86. - DAYLIGHT_DETECTOR
  87. - PISTON_STICKY_BASE
  88. - PISTON_EXTENSION
  89. - TRAP_DOOR
  90. - IRON_TRAPDOOR
  91. Anti-Glitch:
  92. # Fixes glitching thru wall
  93. FixWallsGlitch: true
  94.  
  95. # Fixes pearl thru chest that is under fence gate
  96. ChestUnderGateEnabled: false
  97.  
  98. # Fixes pearl thru hopper that is under fence gate
  99. HopperUnderGateEnabled: false
  100.  
  101. # Fixes fence gate glitching
  102. FixFenceGateGlitch: true
  103. Pearl-Thru:
  104. # Refunds pearl on disabled critblock pearl
  105. RefundOnCritblock: false
  106.  
  107. # Instantly teleports you to the point after pearl thru slab
  108. InstantlyPassThru: false
  109.  
  110. # Pearl hits slab even if pearl didn't hit it
  111. HitThruBlock: true
  112.  
  113. # Pearl hits slab even if pearl landed near to it
  114. PreThruBlock: true
  115. EntityTeleport:
  116. # Teleports you to the hit entity location
  117. teleportToEntity: true
  118.  
  119. # Pearl ignores the enemy if he is in you. Only for 1.7-1.12
  120. getOutFromOneByOne: false
  121. Prevent-Suffocation:
  122. # Refunds if pearl landed next to against block. -1 to disable
  123. RefundIfSoCloseDistance: 1.0
  124.  
  125. # Refunds if pearl and player is in block
  126. RefundIfSuffocating: true
  127.  
  128. # Refunds pearl that can get the player suffocating
  129. RefundRiskyPearl: true
  130. cooldown:
  131. # Enables VortexPearls cooldown system
  132. enabled: true
  133. kohiDisplay:
  134. enabled: true
  135.  
  136. # Displays cooldown time in the hotbar of item name
  137. display: '&dEnderpearl&7: &f%time%'
  138. message:
  139. cantUse: '&7(&d&l!&7) &fYou can''t use Enderpearl for another &5%time% seconds&f!'
  140. nowCan: '&7(&d&l!&7) &fYou can now use Enderpearl!'
  141.  
  142. # Duration of cooldown. Doubles can be used.
  143. duration: 15.0
  144. refund:
  145. # Removes VortexPearls cooldown on refund
  146. removeCooldown: true
  147.  
  148. # Removes Lazarus's cooldown silently without notify in console
  149. removeSilentLazarusCooldown: false
  150.  
  151. # Returns pearl on refund
  152. returnPearl: true
  153. message: '&7(&d&l!&7) &fYour pearl was refunded!'
  154.  
  155. # Console command on refund. Example: /timer %player% ENDER_PEARL 0
  156. consoleCommand: ''
  157. other:
  158. # Pearl launches if player has right-clicked the block
  159. autoLaunchClick:
  160. - FURNACE
  161. - ANVIL
  162. - SIGNS
  163. - HOPPER
  164. - CHESTS
  165. - FENCE_GATES
  166. - WORKBENCH
  167. - ENCHANTMENT_TABLE
  168. - BEACON
  169. - ANVIL
  170.  
  171. # Pearl damage on land
  172. pearlDamage: 5.0
  173.  
  174. # Spawn endermites on land
  175. spawnEndermites: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement