Skip to content

1.0.0

Choose a tag to compare

@Traqueur-dev Traqueur-dev released this 31 Jul 14:56
· 6 commits to main since this release

๐Ÿ MoreBees v1.0.0 - Initial Release

A powerful and modular bee expansion plugin for Minecraft 1.21+ servers

โœจ Features

๐Ÿ Custom Bee Types

  • Added support for multiple custom bees: Redstone, Diamond, Emerald, Gold, Iron, and more.

  • Each bee has:

    • Unique food and flower preferences
    • Custom model support (via ModelEngine)
    • Specific resource production (e.g., ores, items)
  • Implemented cross-breeding system between bee types

  • Introduced mutation mechanics triggered by environmental blocks

๐Ÿ  Advanced Beehive System

  • Beehives can be upgraded through 3 levels:

    • Increased bee capacity
    • Boosted production rates
    • Custom block production toggle
  • Upgrades are visually displayed as floating 3D items

  • Each beehive tracks its own bees and resources

  • Honey auto-converts into items/blocks when full

๐Ÿ› ๏ธ Bee Management Tools

  • Bee Jar: Capture and carry one bee
  • Bee Box: Store up to 10 bees in one portable item
  • Simple right-click and sneak+right-click release mechanics

๐Ÿ”ง Configuration System

  • Fully configurable via YAML:

    • config.yml: General settings, bee definitions
    • breeds.yml: Breeding and mutation rules
    • upgrades.yml: Upgrade tiers and associated items

๐ŸŽฎ Commands & Permissions

  • /morebees base command with subcommands:

    • egg, spawn, honey, tool, upgrade, reload
  • Multiple aliases: /mb, /bees, /bee

๐Ÿ“˜ RecipesAPI Integration

  • All custom crafting handled via RecipesAPI:

    • Define recipes in YAML or Java
    • Advanced validation and custom item support

๐Ÿš€ Performance & AI Improvements

  • Implemented optimized spiral search algorithm:

    • 10x faster than vanilla cube scan
    • Early termination when target is found
    • Server-friendly for large bee populations

๐ŸŽจ ModelEngine Support

  • Full compatibility with ModelEngine:

    • Custom 3D animated models for bees
    • Scaled models for baby bees
    • Flying animation support

๐Ÿ› ๏ธ Developer API

  • Public API to:

    • Spawn bees
    • Get bee types from entities
    • Integrate with bee management systems

Full Changelog: https://github.com/Traqueur-dev/MoreBees/commits/1.0.0