Features - Simply drop it in your plugins folder & go. HiveLook is designed to be incredibly efficient so that you and your players get the added functionality without the cost of performance. - Customizability. Change the interface to your liking with custom GUI titles, custom player heads for bees & more! Hex colors also supported for Minecraft versions that support it as well. - Clean GUI. Know exactly how many bees & how much honey are in your hives at all times. - Force Bees Out. Want to force your bees to pollinate? Use the force bees out button in the GUI!
Commands - /hivelook [reload] : The main / help command for the plugin. Permission: hivelook.admin
Permissions - hivelook.use : When enabled in the config (enabled by default), players will need this permission to see hive GUIs.
# Use Permissions: # - Whether or not accessing beehives with this plugin should be with a permission or not # - Enabled by default, the permission node is hivelook.use use-permission: true
# GUI SETTINGS
# hive-gui-title: What the title of the Hive GUIs will look like. # - Placeholders (Hex Colors Supported): # - %bees%: Amount of bees in the hive # - %honey%: Amount of honey in the hive hive-gui-title: "&e&l%bees% &6&lBees &r&8/ &e&l%honey% &6&lHoney"
# bee-textures: List of all of the different bee textures you can get in the GUI # - Based on how many values are in the list, they will be equally chosen at random # - These values are in base64 bee-textures: -
"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTlhYzE2ZjI5NmI0NjFkMDVlYTA3ODVkNDc3MDMzZTUyNzM1OGI0ZjMwYzI2NmFhMDJmMDIwMTU3ZmZjYTczNiJ9fX0=" -
"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTQwMDIyM2YxZmE1NDc0MWQ0MjFkN2U4MDQ2NDA5ZDVmM2UxNWM3ZjQzNjRiMWI3Mzk5NDAyMDhmM2I2ODZkNCJ9fX0=" -
"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmRmYTAzMDZhNWEzN2Q2OTU1NTE0YmRhZjM0NDRkMWVhOTQ3ZDg4ZGI0MzBjNjM3MzNiMDk1ZTZkOGQ3ZjNiNSJ9fX0="
# bee-name: The name given to each bee item in the GUI # - By default it is "&eBee" # - Hex colors supported bee-name: "&eBee"
# use-eject-button: Whether to have the eject bees button in the GUI or not # - Enabled by default use-eject-button: true
# honey-material: The material of the item used to show honey in the GUI # - By default it is ORANGE_STAINED_GLASS_PANE # - Here is a list of allowed materials: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html honey-material: "ORANGE_STAINED_GLASS_PANE"
# honey-name: The name of the honey item in the GUI # - Hex colors & normal MC colors supported (&# for hex colors) # - "&6Honey" by default honey-name: "&6Honey"
# item-in-empty-slot: Whether there should be an item placed in empty slots in the hive # - By default this is enabled # - If disabled there will only be bees & honey shown in the hive item-in-empty-slot: true
# empty-material: The material of the item used to show an empty slot in the GUI # - By default it is GRAY_STAINED_GLASS_PANE empty-material: "GRAY_STAINED_GLASS_PANE"
# empty-name: The name of the empty slot item # - By default it is " " (which leaves it as a blank name) empty-name: " "