✨ New Features
Per-World Event Control
Added a new
world-settings section to
config.yml. Players in disabled worlds will no longer receive notifications, boss bars, or be affected by event effects.
Code (YAML):
world-settings:
default:
enabled
: true
world_nether:
enabled
: false
world_the_end:
enabled
: false
⚙️ Expanded Configuration
- Added handler-defaults section for global handler customization (acid-rain, mob-buffs, etc.)
- Treasure Hunt spawn & claim messages are now fully configurable in messages.yml
- Added log-handler-activation debug option
Bug Fixes
- Temporary Permission Conflict: Fixed a critical issue where multiple TEMPORARY_PERMISSION events would conflict, blocking each other or revoking the wrong permissions when ending.
- Treasure Hunt: Fixed an issue where the treasure chest empty detection wasn't working.
- Update Checker: Fixed update checker defaulting to false; it will now properly notify you of updates.
- Config Cleanup: Removed duplicate configuration sections that were causing confusion.