⭐ Buzz Buster ⭐ [PySpigot] icon

⭐ Buzz Buster ⭐ [PySpigot] 1.3

scan for beehives/beenests around, and retrieve info

Installation
copy/paste to plugins/PySpigot/scripts/

  • buzzbuster.py

screenshot_3.jpg

Commands

  • scan for beehives and beenest around (radius will be default it empty)
    • /buzz <radius>
  • scan for beehives only
    • /hive <radius>
    • /hives <radius>
  • scan for beenest only
    • /nest <radius>
    • /nests <radius>
  • display holograms
    • /buzz holo
  • delete all left holograms if ever needed
    • /buzz holo del


Beehavior

  • BuzzBuster can display distances for each hives/nests
  • BuzzBuster can spawn colored particles
  • lists some useful data as
    • beehive and/or beenest
    • honey level
    • bees count
    • if Full (of bees)
    • if sedated (smoked)

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"