BeeMinions icon

BeeMinions 5.0.1-BETA

✨ Minions that will do the work for you!

Page 1 2 3
5.0.1-BETA 26 days ago
Fixed foraging minions
  • 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.
Fixed storages 26 days ago
Fixed storages
  • 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.
4.0.9-BETA 30 days ago
Fixed modifiers placement
  • 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.
4.0.8-BETA 30 days ago
Fixed bugs
  • 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.
4.0.7-BETA Mar 20, 2025
Fixed command and recipes menu
  • 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.
4.0.6-BETA Mar 20, 2025
New command parameters
  • New parameters for the "/minions give" command, [Level] [Amount].
  • New parameters for the "/minions modifier" command, [Amount].
     
Report any errors to the support discord.
4.0.5-BETA Mar 11, 2025
Fixed mobs generate
  • 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.
4.0.4-BETA Mar 7, 2025
Fixed minions type farming
  • 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.
4.0.3-BETA Mar 5, 2025
Bug fixeds
  • 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.
4.0.2-BETA Mar 3, 2025
Fix improvements for mmoitems
  • Fixed a bug with mmoitems type improvements.
  • Added some help logs to catch errors.
Report any errors to the support discord.
4.0.1-BETA Feb 28, 2025
Bug fixeds
  • Fixed minor bugs
  • Added positionPlace to the MinionPlaceEvent event.
Report any errors to the support discord.
4.0.0-BETA Feb 28, 2025
New features and support mmoitems for upgrades
  • 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.
3.0.9-BETA Feb 28, 2025
New parameters for filters and bug fixes
  • Added new parameters to exp filters:
  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.
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.
3.0.8-BETA Feb 27, 2025
New features and bug fixeds
    • 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: 
           
    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.
3.0.7-BETA Feb 13, 2025
Fixed generate MMOItems
  • Fixed a bug that did not allow MMOItems to be produce
Report any errors to the support discord.
3.0.6-BETA Dec 14, 2024
New subfolders
  • 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.
3.0.5-BETA Nov 21, 2024
New API components
  • Added new tools for developers, look at BeeAPI.
Report any errors to the support discord.
3.0.4-BETA Nov 3, 2024
New features and bug fixed
  • 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.
3.0.3-BETA Oct 22, 2024
Unlocking levels by crafting minions
  • 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.
3.0.2-BETA Oct 15, 2024
Support for 1.21.1
  • Head texture bug fixed for 1.21.1
Report any errors to the support discord.
Page 1 2 3

minions

farming

bee

survival

mechanic

skyblock

hypixel