File Details
EventBooster-0.2.1.jar
- R
- May 30, 2026
- 91.07 KB
- 6
- 0.5
File Name
EventBooster-0.2.1.jar
Supported Versions
- 0.5
Changelog (0.2.1)
Fixed
/eb reloadno longer stacks duplicate VKCraft XP hooks (ECS systems register once; reload swaps the active booster)- HyRPGCore internal hook uses a full dynamic proxy so other
xpServicemethods still work (avoids cast/runtime failures) - Stop/end announcements are synchronized with boost removal (no "ended" message while XP still boosted)
- Starting a boost with the same
--id=ends the previous boost with an end broadcast before replacing it - Natural expiry announces end within ~1s (not only on the 10s reminder tick)
0minutes now means permanent (matches help andBoostManagerbehavior)- World filter matches world name or uuid string from leveling events
- VKCraft snapshot resync when boosts end; safer XP bonus math (overflow cap)
- Listener unregister uses the correct API interface type (RPG Leveling, HyRPGCore, VKCraft)
- PartyPro HUD detects both tsumori and Zuxaw PartyPro packages
- Config file is no longer rewritten on every load
- Console must use
allowConsoleCommands: truein config to run admin commands (default: false)
Changed
/eventboost helpis staff only by default (allowPublicHelp: falsein config)- Thread-safe boost tracking for announcements (fixes rare races between command and scheduler threads)
- Reminder broadcasts skip the final minute unless it aligns with your interval