Guest User

Pearls Config

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