![⭐ Buzz Buster ⭐ [PySpigot] icon](https://images.polymart.org/product/8536/thumbnail.png?t=1759236444&v=3) 
                scan for beehives/beenests around, and retrieve info
Installation
copy/paste to plugins/PySpigot/scripts/

Commands
Beehavior
Permission scripts_options.yml
buzzbuster.py:
  enabled: true
  permissions:
    buzzbuster.*:
      description: scan for beehives, beenests.
      children:
        buzzbuster.use: false
        buzzbuster.admin: false
Configuration
options:
  USE_PARTICLES: true
  SHOW_DISTANCE: false
  BEEHIVE_LABEL: 'Beehive'
  BEENEST_LABEL: 'Beenest'
timers:
  BUSTED_INFO_PARTICLES_SECONDS: 20
distances:
  DEFAULT_RADIUS_AROUND_PLAYER: 10
  MAX_RADIUS_AROUND_PLAYER: 30
  BUZZBUSTER_TEXTDISPLAY_SECONDS: 20
messages:
  BUZZBUSTER_CHAT_PREFIX: "&8&k000&r[&7Buzz&8Buster&r] "
  MESSAGE_MAX_RADIUS: "Maximum radius is &6%i&r."
  MESSAGE_BUSTED: "Colonies busted &7%s&rm. around you"
  MESSAGE_NOBEEHIVE: "&6No beehives&r around"
  MESSAGE_NOBEENEST: "&6No beenests&r around"