BudPlugin - Buddies for your adventure!

This Plugins add three Buddies to your adventure - they will follow you, fight with you and interact via sounds and chat (AI-featured through LLM).

File Details

BudPlugin-1.4.0.jar

  • R
  • Feb 8, 2026
  • 618.09 KB
  • 185
  • Early Access

File Name

BudPlugin-1.4.0.jar

Supported Versions

  • Early Access

[1.4.0]

Added

  • Block Interaction: Buds will now respond to block placements and breaks by the player, providing feedback on the block type and action.
  • Event Registration Control: Added enable/disable options for combat, world, and block interactions in the config.

Fixed

  • Disable thinking for models that support it (e.g. Qwen) to prevent long response times and ensure concise answers.
  • Try to avoid quotes in responses by instructing the LLM to not use them.
  • Added fallback zone message for when no specific zone info is available, preventing null pointer exceptions and providing a default response.
  • Improved code structure and organization for better readability and maintainability, including separating concerns and improving method naming.
  • Now set system prompt correctly.
  • Fixed bug in zone detection logic. Changed check of numeric value to "Zone1" to avoid issues with zone names containing numbers (e.g. "Zone2_1").