Skip to content

v1.1.2

Choose a tag to compare

@Th0rgal Th0rgal released this 27 Dec 12:20
· 10 commits to master since this release
v1.1.2
412a1c5

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)