✨BeeMinions - ️⚜️Various types of minions, upgrades, skins and more... ️⚜️ icon

✨BeeMinions - ️⚜️Various types of minions, upgrades, skins and more... ️⚜️ -----

Minions that will do the work for you!




  • The logic of the warehouses has been significantly changed, now the stored items are independent of whether the minion is present.
  • .You will now be able to remove remaining items from storage if the minion left some items behind.
  • Fixed a bug with FORAGING type minions that prevented resources from being generated due to invalid positions.
Report any errors to the support discord.
----------, Mar 26, 2025

  • Fixed a bug with serialization and deserialization of storage items.
  • Fixed a bug where breaking storage wouldn't give you the correct amount.
  • Fixed a bug with rewards when unlocking new minions.
  • Added a new command "/minions fixedholograms [radius_check]" to remove corrupted armorstands.
  • Fixed a bug with vanilla item types when using them in minion upgrades.
  • "%beeminions_required_next_unique_minions%" now returns the missing amount for the upgrade.
  • Now in the command "/minions Storage [Player] [StorageID] [Amount] [SendNotifyGive]" you can specify the amount to receive.
  • Added a new placeholder for items in the "%store_items%" storages.
Report any errors to the support discord.
----------, Mar 26, 2025

  • Fixed a bug with placing modifiers on minions.
  • Fixed a bug when loading new users.
  • Fixed the spawn position of entities for the combat minion.
Report any errors to the support discord.
----------, Mar 23, 2025

  • Fixed a bug with the "/minions give" command that occurred when granting minions with specific levels.
  • Fixed a bug with the calculation of speed modifiers when a minion was producing in "offline" mode.
Report any errors to the support discord.
----------, Mar 22, 2025

  • Fixed a bug when displaying recipe levels.
  • Fixed a bug with the /minions give command, it now correctly gives the level with its buffs.
Report any errors to the support discord.
----------, Mar 20, 2025

  • New parameters for the "/minions give" command, [Level] [Amount].
  • New parameters for the "/minions modifier" command, [Amount].
Report any errors to the support discord.
----------, Mar 20, 2025

  • Fixed a bug regarding entity generation for COMBAT minions.
  • Removing a minion will now grant skill experience from the spawned items.
Report any errors to the support discord.
----------, Mar 11, 2025

  • Fixed a bug that prevented mushroom and nether_warp farming for FARMING type minions.
  • Fixed some bugs that allowed minions to farm in DIRT and not in FARMLAND.
Report any errors to the support discord.
----------, Mar 7, 2025

  • Fixed a calculation error when calculating the total amount of items to remove from an improvement.
  • Fixed a bug that sometimes did not allow planting crops in agriculture-type minions.
  • Fixed a bug that when a minion is full it did not improve its next upgrades.
Report any errors to the support discord.
----------, Mar 5, 2025

  • Fixed a bug with mmoitems type improvements.
  • Added some help logs to catch errors.
Report any errors to the support discord.
----------, Mar 3, 2025

  • Fixed minor bugs
  • Added positionPlace to the MinionPlaceEvent event.
Report any errors to the support discord.
----------, Feb 28, 2025

  • MMOITEM support for minion upgrades.
  • Updated to the latest version of ecoskills for exp filters
  • An error with AUTO_SELL is corrected, they now work correctly.
  • Added 2 new developer events, "PlaceMinionEvent" and "RemoveMinionEvent".
Report any errors to the support discord.
----------, Feb 28, 2025

  • Added new parameters to exp filters:
Code (YAML):
 0:
    type
: vanilla
    material
: REDSTONE
    price
: 10
    amount
: 1-10
    filter-exp
:
      skill-id
: mining
      exp-gain
: 5.2
      produce
: true # Will give exp when producing products
      take-item
: true # Will give exp when removing products
    chance
: 1.0 # 100%
  • Now the rewards for unique minions can be added specific permissions that the user needs to unlock it.

Code (YAML):
rewards-unique-minions-unlock :
  # Number of minions required
  my-first-reward
:
    required-minions-unique
: 10
    minions-place-add
: 1
    commands
:
     - "say Hello minions!"
      - "eco give %player% 100"
    next-upgrade
: my-second-reward
    requiered-permissions
:
     - "beeminions.your.permission"
  my-second-reward
:
    required-minions-unique
: 20
    minions-place-add
: 1
  • Added new methods for developers and minor bug fixes.
Report any errors to the support discord.
----------, Feb 28, 2025

  • New placeholders added:
- %beeminions_max_minions%
- %beeminions_current_minions%
- %beeminions_current_unique_minions%
- %beeminions_required_next_unique_minions%
- %beeminions_next_minions_place%
  • Added a new setting that allows you to configure whether minions can produce in offline mode if a player has the "beeminions.offlinemode.produce" permission. Review the config.yml "product-offlinemode-require-permission". Permission:
    beeminions.offlinemode.produce
  • Added some new methods for developers:

Code (Java):
BeeMinions#getAPI ( )
User#removeMinion (UUID )
BeeAPI#createMinion (@NotNull User user, @NotNull Location location, @NotNull DataMinion dataMinion, @NotNull Skin skin, boolean isSmall )
  • Fixed a bug when dragging in the minion's inventory.
Report any errors to the support discord.
----------, Feb 27, 2025

  • Fixed a bug that did not allow MMOItems to be produce
Report any errors to the support discord.
----------, Feb 13, 2025

  • Minions and skins can now be sorted using subfolders.
  • Fixed an error when interacting with items such as skins, modifiers, minions etc...
Report any errors to the support discord.
----------, Dec 14, 2024

  • Added new tools for developers, look at BeeAPI.
Report any errors to the support discord.
----------, Nov 21, 2024

  • A new command was added: /minions resetuniqueminions [Player].
  • Now, when collecting items from a minion, if it has chest storage, those items will also be collected.
  • An issue related to additional minion upgrades when upgrading minions has been fixed.
  • An issue that allowed placing minions side by side has been fixed.
  • An issue that allowed placing items in the minion's storage has been fixed.
Report any errors to the support discord.
----------, Nov 3, 2024

  • Now you can unlock how many minions a player puts in without needing permissions! (View config.yml)
  • Fixed some errors when placing minions
  • Minion loading improved.
  • Fixed minor bugs
Report any errors to the support discord.
----------, Oct 23, 2024

  • Head texture bug fixed for 1.21.1
Report any errors to the support discord.
----------, Oct 15, 2024

  • Now you can place skins for upgrades. (Read the wiki)
  • A "skin-max-level" parameter is added, which sets a skin when a minion exceeds its maximum level. (Read the wiki)
  • Fixed a bug with COMBAT minions that allowed resources to be generated when generating entities.
  • Fixed an issue when placing skin heads on the ground.
  • It was optimized and corrected minor errors.
Report any errors to the support discord.
----------, Oct 5, 2024

  • A date format is added in the configuration to specify how numbers should be formatted.
  • Minions now require permission if specified in their settings to be placed.
  • An "extra-lore" is added that can be added in any update.
  • Fixed minor bugs.
Report any errors to the support discord.
----------, Sep 19, 2024

  • Implementation of itemstacks for the "RemoveItemStorageMinion" event.
  • Fixed a bug that allowed storage to be opened to players who were not owners.
Report any errors to the support discord.
----------, Sep 19, 2024

  • Myticmobs support for minions that generate entities.
  • Support for auraskills to add experience to filters.
Report any errors to the support discord.
----------, Sep 15, 2024

  • Players can now place minions in specific worlds.
Report any errors to the support discord.
----------, Sep 8, 2024

  • Fixed a bug when updating minion menus.
  • Fixed upgrades for vanilla items.
Report any errors to the support discord.
----------, Sep 3, 2024

  • Now mmoitems is compatible with minions products!
  • New storage for minions, only if your minion's storage fills up!
  • Internal minor bug fixes
Report any errors to the support discord.
----------, Sep 1, 2024

  • Drop fix for cactus type minions.
  • New "crop-up-max" parameter for FARMING type minions.
Report any errors to the support discord.
----------, Aug 9, 2024

  • All modifiers can now last for a set period of time on the same build.
  • Fixed a compatibility bug with 1.20
Report any errors to the support discord.
----------, Aug 5, 2024

  • Now the quantity of products can be defined in a range.
  • The product chance system is optimized.
  • Added a new setting that allows you to enable or disable sending exp hotbar for skills.
Report any errors to the support discord.
----------, Jul 29, 2024

  • Support minecraft 1.21
Report any errors to the support discord.
----------, Jul 26, 2024

  • Fixed luckperms requirement.
Report any errors to the support discord.
----------, Jul 23, 2024

  • Fixed luckperms requirement.
Report any errors to the support discord.
----------, Jul 23, 2024

  • New minion type "FARMING" (Read Wiki: https://minions.leodevtest.lat/minions)​
  • New type of improvement "radius" (Read Wiki: https://minions.leodevtest.lat/modifiers)​
  • A crop protection system was implemented for "FARMING" type minions.​
  • A new parameter is added to the "/minions reload menu" command, to reload only the menus.​
  • Some parts of the code are optimized.​
  • Minor bugs fixed.​
Report any errors to the support discord.
----------, Jul 18, 2024

Resource Information
Author:
----------
Total Downloads: 30
First Release: Jul 17, 2024
Last Update: Mar 26, 2025
Category: ---------------
All-Time Rating:
5 ratings
Find more info at minions.leodevtest.lat...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings