You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
Fix logger not being passed to Hopper.download(): BukkitHopper.download() was creating a Hopper instance with a logger configured but then calling the static Hopper.download() method which created a new instance without the logger. This caused all log messages during dependency processing to be silently discarded.
Improvements
Add debug logging when no registration is found for a plugin (helps diagnose issues with plugin name mismatches)