Mix and match block types to get the most out of your beacon
Beacon effects will also be applied to tamed pets! (horses, dogs, etc.)
Tinted glass above an active beacon will hide the beam
Completely configurable!
Notes
Beacons will only give effects to players if the beacon is in a loaded chunk. Configuring the plugin for higher ranges, or running it on a server with a smaller view distance, means that extra range may get cut off.
Commands and Permissions Command
Description
Permission
Default
/bbrReload
Reloads the config file
Code (Text):
BetterBeaconRange.reload
OP
/bbrGetRange
Gets the range of the beacon you're looking at
Code (Text):
BetterBeaconRange.getRange
everyone
Example beacons: Config
Code (Text):
[code]# Enables the block type range and level multiplier features (set to false for vanilla mechanics)
EnableBetterRangeFeatures: true
# Apply beacon effects to tamed pets
ApplyEffectsToPets: true
# Blocks in the way of the bean that will not disable the beacon
# NOTE: THESE BLOCKS WILL STILL VISUALLY HIDE THE BEAM!
AllowedBeamBlocks:
- TINTED_GLASS
# Range multiplier per level
LevelOneMultiplier: 3.0
LevelTwoMultiplier: 2.0
LevelThreeMultiplier: 1.0
LevelFourMultiplier: 0.5
# Range added per block
BeaconBlocks:
- IRON_BLOCK: 0.2
- GOLD_BLOCK: 0.4
- EMERALD_BLOCK: 0.6
- DIAMOND_BLOCK: 0.8
- NETHERITE_BLOCK: 1.0