CuteBees 1.15 - 1.17.1 icon

CuteBees 1.15 - 1.17.1 -----

Create custom bees with custom drop, hp and name.



DON'T USE v1.0.5 OR OLDER VERSION OF CONFIGURATIONs IN THE LATEST

PLEASE REPORT BUGS ON GITHUB!

CustomBee.png

Contact me on discord

Features:
  • You need at least Java 11 to run this plugin
  • HEX Colors are supported (<#Color code>)
  • GUI for Custom Drops
  • Ingame item create with commad (wiki)
  • CustomDrop for bees(You need to enable world for use functions)
► unlimited items
► chance system
► customizable display-name
► customizable lore
► item flags
► item enchant
  • Custom bees
► customizable display-name
► turn on/off name visibility
► turn on/off bee glowing
► turn on/off bee type(baby or adult)


Permissions & Commands:
  • Access to all command - custombee.admin
  • cutebees help - cutebees.help
  • cutebees reload - cutebees.reload
  • cutebees enable <world> - cutebees.enableworld
  • cutebees disable <world> - cutebees.disableworld
  • cutebees create customitem - cutebees.create
  • cutebees customitems - cutebees.customitems
Placeholders:

  • BeeHealth - %bee-health%
  • BeeMaxHealth - %bee-max-health%
  • Supported Color Codes
  • Supported HEX Colors

To do list:
  • At this time, nothing

Configuration:
Code (YAML):

Messages
:
  #use this everywhere with %prefix%
  prefix
: "&8[ &eCute&6Bees &8]"
  help-usage
: "%prefix% &cNot enough argument. &f/cb help"
  reload
: "%prefix% &aPlugin has been reloaded!"
  wrong-configuration
: "%prefix% &cError in your configuration!\n%prefix% &cPlease check your console and contact me on github if you cant fix it!"
  enable-world-usage
: "%prefix% &c/cb enable <world>"
  enable-world
: "%prefix% &aWorld successfully added to list"
  world-already-exists
: "%prefix% &cThis world is already exists!"
  disable-world-usage
: "%prefix% &c/cb disable <world>"
  disable-world
: "%prefix% &aWorld successfully disabled!"
  world-not-exists
: "%prefix% This world not exists in the list!"
  unknown-subcommand
: "%prefix% &cWrong subcommand. Use &f/cb help"
  no-permission
: "&cYou don't have enough permission for this action"
  customitems
:
    open-inventory
: "%prefix% &aCustomItems inventory opened!"
    create-item
: "%prefix% &aCustomItem successfully created!"
    item-exists
: "%prefix% &cThis item-key already exists!"
    create-usage
: "%prefix% &a/cb create &ccustomitem <item-key> <material> <amount> <display-name> <chance>"
    item-key-usage
:
     - "%prefix% &a/cb create customitem &c<item-key> <material> <amount> <display-name> <chance>"
      - "%prefix% &cAdd an item key, whatever you want(don't use spaces!!!)"
    material-usage
:
     - "%prefix% &a/cb create customitem <item-key> &c<material> &c<amount> <display-name> <chance>"
      - "%prefix% &cAdd a valid material, like STONE"
    amount-usage
:
     - "%prefix% &a/cb create customitem <item-key> <material> &c<amount> <display-name> <chance>"
      - "%prefix% &cAdd a valid amount from 1 to 64"
    display-name-usage
:
     - "%prefix% &a/cb create customitem <item-key> <material> <amount> &c<display-name> <chance>"
      - "%prefix% &cAdd a valid displayname(don't use spaces in here, just in config)"
    chance-usage
:
     - "%prefix% &a/cb create customitem <item-key> <material> <amount> <display-name> &c<chance>"
      - "%prefix% &cAdd a chance from 0 to 100"
CuteBees
:
  #%bees-name%
  bee-name
: "&eC&6u&et&6e&eB&6e&ee &8- &7%bee-health%&8/&7%bee-max-health%"
  bee-glowing
: false
  custom-name-visible
: true
  every-bee-baby
: true
 
Code (Text):
world-enable:
- world
Code (Text):
custom-bee-drops:
  #Common drop
  item1:
    material: "HONEYCOMB"
    display-name: "&7[  &eHoney  &7]"
    amount: 3
    #chance 0 to 100.
    chance: 60
    #Flags: HIDE_ENCHANTS, HIDE_ATTRIBUTES, HIDE_DESTROYS, HIDE_PLACED_ON, HIDE_POTION_EFFECTS, HIDE_UNBREAKABLE, HIDE_ALL_FLAG
    item-flags:
      - 'HIDE_ALL_FLAG'
    #If you don'T want to use enchantments just leave empty and use [] at end of string(enchantments: [])
    enchantments:
      - 'FORTUNE:10'
    lore:
      - ''
      - '&dHmm&c.... &fHoney, &6Yummy Yummy'
      - ''
      - '&7&oRarity: &aCommon'
      - ''
  #Etremely rare drop(you can customize everything)
  item2:
    material: "NETHERITE_INGOT"
    display-name: "&5Netherite"
    amount: 1
    #chance 0 to 100.
    chance: 5
    #Flags: HIDE_ENCHANTS, HIDE_ATTRIBUTES, HIDE_DESTROYS, HIDE_PLACED_ON, HIDE_POTION_EFFECTS, HIDE_UNBREAKABLE, HIDE_ALL_FLAG
    item-flags:
      - 'HIDE_ENCHANTS'
    #If you don'T want to use enchantments just leave empty and use [] at end of string(enchantments: [])
    enchantments:
      - 'FORTUNE:100'
      - 'UNBREAKING:1'
    lore:
      - ''
      - '&dThis is the best &6&ldiamond &din the world'
      - ''
      - ''
  #Etremely rare drop(you can customize everything)
  item3:
    material: "IRON_SWORD"
    display-name: "&6Hamer"
    amount: 1
    #chance 0 to 100.
    chance: 10
    #Flags: HIDE_ENCHANTS, HIDE_ATTRIBUTES, HIDE_DESTROYS, HIDE_PLACED_ON, HIDE_POTION_EFFECTS, HIDE_UNBREAKABLE, HIDE_ALL_FLAG
    item-flags:
      - 'HIDE_ATTRIBUTES'
    #If you don'T want to use enchantments just leave empty and use [] at end of string(enchantments: [])
    enchantments:
      - 'FORTUNE:100'
      - 'UNBREAKING:1000'
    lore:
      - ''
      - '&dThis is the best &6&lHamer &din the world'
      - ''
      - ''
Code (YAML):
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html

If you find some bugs, please report on github!
https://github.com/Fighter20000/custombee
DO NOT USE THE REVIEW SECTION FOR REPORTING BUGS!
Resource Information
Author:
----------
Total Downloads: 727
First Release: Dec 29, 2019
Last Update: Jul 19, 2021
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings