BeeAuction 2026.2.0
release15 февраля 2026 г.🐝 BEEAUCTION - VERSION 2026.2.0
SECURITY & VALIDATION
- Introduced CommandValidator: Whitelist/Blacklist modes for scheduled tasks.
- Added InputSanitizer: Comprehensive scrubbing for names, chat, and logging.
- BidCommand Hardening: Added rate limiting and maximum bid validation.
- Removed deprecated "SECURITY FIX" tags and redundant inline comments.
CORE SYSTEMS & PERFORMANCE
- Concurrency Overhaul: Refactored auction logic for thread-safe operations.
- Database Optimization: Implemented single-threaded executor for SQLite/MySQL.
- Cleaned Codebase: Deleted legacy classes and dependency-reduced-pom.xml.
- Enhanced AuctionHistoryEntry and related data components.
INTEGRATIONS
- PlaceholderAPI Expansion:
- New: %beeauction_auctions_won% (Tracks player wins).
- New: %active_listings% / %active% (Backward compatibility).
- Improved: Exception handling and fallback message support.
- Database: Added getAuctionsWonCount to SQLite/MySQL managers.
MESSAGING
- Refactored MessageEnum: RENAMED 'CANCELLED' -> 'AUCTION_CANCELLED'.
- Added placeholders for winner/loser notifications and bid amounts.
- Configuration: Dynamic {prefix} replacement and redundant comment removal.
- Documentation: Expanded README with leaderboard and PAPI examples.
BeeAuction 1.2
release29 июля 2025 г.🐝 BeeAuction v1.2 — The Stability & Compatibility Update
This is a major update focused on making BeeAuction more stable, user-friendly, and compatible with modern server setups. It resolves all known loading issues and introduces critical robustness features.
✨ New Features
-
Offline Reward Claim System
Players no longer need to be online to receive items! If an auction ends while a player is offline, their winnings (or returned items) are stored securely.
→ They’ll be notified on join and can retrieve their items with the new/claimcommand. -
Minimum Bid Increment
Server owners can now set amin-bid-incrementinconfig.ymlto prevent low-effort bidding and encourage more meaningful auction progression. -
Sales Tax System
A configurablesales-tax-ratecan now be applied to player-started auctions, creating a valuable money sink for server economies. -
In-Game Update Notifications
Admins with thebeeauction.adminpermission will now be notified in chat when a new version of BeeAuction is released on Modrinth.
🚀 Improvements & Fixes
-
✅ Fixed: A critical startup failure where the plugin wouldn’t enable correctly with certain Vault forks.
→ The dependency system has been rewritten to be fully compatible with both original Vault and forks like Vault Unlocked. -
🛠 Improved: The auction creation process (
/auction start) is now interactive and safer.
→ It will time out and safely return the item if the admin walks away or disconnects. -
🧠 Improved: Player data is now tracked internally using UUIDs instead of usernames, preventing issues when players change their names.
-
🎨 Improved: Command-based rewards can now have a clean
display-nameset inconfig.ymlfor better-looking broadcast messages. -
✅ Fixed: All known scenarios where items or money could be lost if a player involved in an auction logged off are now resolved by the new claim system.
BeeAuction 1.0
release9 июля 2025 г.Нет описания изменений
