Guest User

Pearls

a guest
Feb 24th, 2025
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. #
  2. # FENCES, FENCE_GATES, SLABS, STAIRS, BEDS, SIGNS,
  3. # PLATES, BUTTONS, BANNERS, SAPLINGS, TRAPDOORS, DOORS
  4. # Collections of all types of blocks for 1.8.9 MC version
  5. #
  6.  
  7.  
  8.  
  9. Pearl-Checks:
  10. # Speeds up passing through block after crosspearling
  11. CrosspearlMoveHelper: 0.3
  12.  
  13. # Number of extra blocks that can be thrown thru slab (for ex.). By default it's only 1 slab already.
  14. PassThruExtraBlocks: 0
  15. Thru:
  16. # Pearl through all types of fence gates
  17. FenceGates: true
  18.  
  19. # Pearl through cob web
  20. Cobweb: true
  21.  
  22. # Pearl through string
  23. String: true
  24.  
  25. # Pearl through all types of plants
  26. Plants: false
  27.  
  28. # Refunds pearl if it landed in the block
  29. DisabledBlocks:
  30. - FENCES
  31. - THIN_GLASS
  32.  
  33. # Enabled critblocks
  34. CritBlock:
  35. - SLABS
  36. - STAIRS
  37. - COBBLE_WALL
  38.  
  39. # Enabled diagonal blocks
  40. DiagonalBlock:
  41. - SLABS
  42. - STAIRS
  43. - COBBLE_WALL
  44.  
  45. # Enabled crosspearl blocks
  46. CrossPearl:
  47. - SLABS
  48. - STAIRS
  49. - COBBLE_WALL
  50. Anti-Glitch:
  51. # Fixes glitching through walls
  52. FixWallsGlitch: true
  53.  
  54. # Fixes fence gate glitching
  55. FixFenceGateGlitch: true
  56.  
  57. # Disables pearling through chest under fence gate
  58. ChestUnderGateEnabled: false
  59.  
  60. # Disables pearling through hopper under fence gate
  61. HopperUnderGateEnabled: false
  62. Pearl-Thru:
  63. # Refunds pearl on disabled critblock pearl
  64. RefundOnCritblock: false
  65.  
  66. # Instantly teleports you to the point after thru-block pearl
  67. InstantlyPassThru: false
  68.  
  69. # Detect thru-block even if pearl didn't hit it
  70. HitThruBlock: true
  71.  
  72. # Detect thru-block even if pearl landed near to it
  73. PreThruBlock: true
  74. EntityTeleport:
  75. # Teleports you to the hit entity location
  76. teleportToEntity: true
  77.  
  78. # Pearl ignores the enemy if he is in you
  79. getOutFromOneByOne: false
  80. Prevent-Suffocation:
  81. # Refunds if pearl landed next to against block. -1 to disable
  82. RefundIfSoCloseDistance: 1.0
  83.  
  84. # Refunds if pearl and player is in block
  85. RefundIfSuffocating: true
  86.  
  87. # Refunds pearl that can get the player suffocating
  88. RefundRiskyPearl: true
  89. refund:
  90. # Returns pearl on refund
  91. returnPearl: true
  92.  
  93. # Message on refund
  94. message: '&7(&d&l!&7) &fYour pearl was refunded!'
  95.  
  96. # Console command on refund. Example: /timer %player% ENDER_PEARL 0
  97. consoleCommand: ''
  98. other:
  99. # Pearl damage on land
  100. pearlDamage: 5.0
  101.  
  102. # Spawn endermites on land
  103. spawnEndermites: false
Add Comment
Please, Sign In to add comment