Improvements
- Added more detailed bStats metrics.
Technical Updates
- Updated the Commons library to version 2.1.2.
- Removed redundant codes.
Easter Eggs v2.3.2
Improvements
- Improved the action bar refresh loop so each player only receives the nearest eligible egg hint instead of redundant repeated sends in the same update cycle.
Easter Eggs - v2.3.1
Changes & Fixes
- Added support for Minecraft 26.1 and higher versions.
- Updated Commons to v2.1.1.
- Updated ParticleLib to v1.0.9.
Easter Eggs - v2.3.0
Changes & Fixes
- Updated InventoryFramework to v2.4.7.
- Updated ParticleLib to v1.0.8.
- Fixed action bar reload handling so action bar tasks are fully restarted during reload instead of leaving stale state behind.
Easter Eggs - v2.2.9
Changes & Fixes
- Fixed action bar task cleanup so reloads and disabled states no longer leave stale action bar update tasks running.
- Improved action bar message rotation handling and skipped starting the sender task when no action bar messages are configured.
- Improved the help command so clickable command suggestions now respect the actual label used by the sender.
- Updated the version command to work from both players and the console.
- Hardened PlaceholderAPI leaderboard placeholders against invalid position values to prevent parsing errors.
- Improved placeholder safety by returning an empty result for unknown leaderboard statistic types instead of failing.
- Corrected the plugin description typo in the release metadata.
Easter Eggs - v2.2.8
Changes & Fixes
- Improved Easter Egg interaction performance by caching per-type location totals instead of recalculating them from all registered locations on every check.
- Optimized player interaction flow so repeated “already found” and collection checks use the cached totals for faster response under load.
- Fixed PlaceholderAPI egg counters to use exact Easter Egg IDs, preventing incorrect values when different egg IDs share similar prefixes.
- Improved placeholder total and remaining calculations by reusing cached egg totals instead of rescanning all egg locations each time.
- Fixed action bar updates to avoid mutating the shared message state between players, preventing cross-player placeholder/message bleed.
- Improved action bar proximity checks by using squared distance calculations and applying radius/world filtering more consistently.
- Adjusted sorted action bar handling so nearby Easter Eggs are processed more cleanly and reliably during repeated updates.
Easter Eggs - v2.2.7
Changes & Fixes
- Fixed an issue where malformed, empty, or duplicate permission entries could cause inconsistent Easter Egg access checks.
- Improved permission list handling to automatically sanitize whitelist and blacklist entries during loading and updates.
- Adjusted internal permission storage to use cleaned, immutable values for more reliable reloads and configuration changes.
- Improved command detection for configured Easter Egg actions, making missing or invalid commands easier to catch on the server.
- Added extra compatibility safeguards around command lookup to prevent command validation problems on different server implementations.
Easter Eggs - v2.2.6
Changes & Fixes
- Fixed a rare issue where interacting with an Easter Egg could throw an error if a saved egg location referenced an invalid or removed egg ID.
- Improved Easter Egg location loading to automatically clean up broken, outdated, or malformed entries from the saved locations file.
- Adjusted location saving logic to always store the correct Easter Egg ID, preventing invalid location data from being written after egg removal or admin actions.
- Added extra safety checks when players interact with Easter Eggs to prevent stale location data from causing runtime errors.
- Improved internal location registry handling for unknown egg IDs to make reloads and configuration changes more reliable.
