BetterBeaconRange-2.2.0.jar

Details

  • Filename
    BetterBeaconRange-2.2.0.jar
  • Uploaded by
  • Uploaded
    Mar 15, 2024
  • Size
    12.86 KB
  • Downloads
    122
  • MD5
    1be8c03ac414844cea94688e5fac2825

Supported Bukkit Versions

  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20

Changelog

2.2.0

  • Bug fixes
  • Adjusted default block ranges based on feedback. Regen your config or update these values if you want to switch:
  - IRON_BLOCK: 0.2
  - GOLD_BLOCK: 0.3
  - EMERALD_BLOCK: 0.4
  - DIAMOND_BLOCK: 0.6
  - NETHERITE_BLOCK: 0.9
  • Added new configurable entity types for beacon effects. Regenerate your config file or add the following:
# ----------------------------------------------- Entity Types ----------------------------------------------- #

# Note: these categories are not mutually exclusive, and may contain overlapping mobs.
# For example, enabling Animals will also include all Tamables, whether you have Tamables enabled or not!

# Apply beacon effects to tamables https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Tameable.html
ApplyEffectsToTamables: false

# Apply beacon effects to tamables, but ONLY IF TAMED
ApplyEffectsToPets: false

# Apply beacon effects to Villagers https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/AbstractVillager.html
AppyEffectsToVillagers: false

# Apply beacon effects to WaterMobs https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/WaterMob.html
AppyEffectsToWaterMobs: false

# Apply beacon effects to Animals https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Animals.html
ApplyEffectsToAnimals: false

# Apply beacon effects to Enemies https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Enemy.html
ApplyEffectsToEnemies: false

# Apply beacon effects to Raiders https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Raider.html
ApplyEffectsToRaiders: false

# Need finer control? Enable specific entities here https://jd.papermc.io/paper/1.20/org/bukkit/entity/EntityType.html
ApplyEffectsToSpecificEntities:
#  - ALLAY
#  - SHEEP