Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # FENCES, FENCE_GATES, SLABS, STAIRS, BEDS, SIGNS,
- # PLATES, BUTTONS, BANNERS, SAPLINGS, TRAPDOORS, DOORS
- # Collections of all types of blocks for 1.8.9 MC version
- #
- Pearl-Checks:
- # Speeds up passing through block after crosspearling
- CrosspearlMoveHelper: 0.3
- # Number of extra blocks that can be thrown thru slab (for ex.).
- # By default it's only 1 slab already.
- PassThruExtraBlocks: 0
- Thru:
- # Pearl through all types of fence gates
- FenceGates: true
- # Pearl through cob web
- Cobweb: true
- # Pearl through string
- String: true
- # Pearl through all types of plants
- Plants: false
- # Refunds pearl if it landed in the block
- DisabledBlocks:
- - FENCES
- - THIN_GLASS
- # Enabled critblocks
- CritBlock:
- - SLABS
- - STAIRS
- - COBBLE_WALL
- # Enabled diagonal blocks
- DiagonalBlock:
- - SLABS
- - STAIRS
- - COBBLE_WALL
- # Enabled crosspearl blocks
- CrossPearl:
- - SLABS
- - STAIRS
- - COBBLE_WALL
- Anti-Glitch:
- # Fixes glitching through walls
- FixWallsGlitch: true
- # Fixes fence gate glitching
- FixFenceGateGlitch: true
- # Disables pearling through chest under fence gate
- ChestUnderGateEnabled: false
- # Disables pearling through hopper under fence gate
- HopperUnderGateEnabled: false
- Pearl-Thru:
- # Refunds pearl on disabled critblock pearl
- RefundOnCritblock: false
- # Instantly teleports you to the point after thru-block pearl
- InstantlyPassThru: false
- # Detect thru-block even if pearl didn't hit it
- HitThruBlock: true
- # Detect thru-block even if pearl landed near to it
- PreThruBlock: true
- EntityTeleport:
- # Teleports you to the hit entity location
- teleportToEntity: true
- # Pearl ignores the enemy if he is in you
- getOutFromOneByOne: false
- Prevent-Suffocation:
- # Refunds if pearl landed next to against block. -1 to disable
- RefundIfSoCloseDistance: 1.0
- # Refunds if pearl and player is in block
- RefundIfSuffocating: true
- # Refunds pearl that can get the player suffocating
- RefundRiskyPearl: true
- refund:
- # Returns pearl on refund
- returnPearl: true
- # Message on refund
- message: '&7(&d&l!&7) &fYour pearl was refunded!'
- # Console command on refund. Example: /timer %player% ENDER_PEARL 0
- consoleCommand: ''
- other:
- # Pearl damage on land
- pearlDamage: 5.0
- # Spawn endermites on land
- spawnEndermites: false
Add Comment
Please, Sign In to add comment