Reforges icon indicating copy to clipboard operation
Reforges copied to clipboard

Reforges GUI Internal Error when used with UnifiedMetrics

Open LoJoSho opened this issue 3 years ago • 1 comments

Describe the bug The plugin doesn't activate on startup when used in parallel with UnifiedMetrics, possibly because of Kotlin. This causes the GUI of the Reforge plugin to entirely bug out on startup.

To Reproduce Steps to reproduce the behavior:

  1. Download UnifiedMetrics, https://github.com/Cubxity/UnifiedMetrics/releases
  2. Download Reforges + Eco
  3. Put them all into the /plugins folder and startup.
  4. Reforges GUI errors itself out.

Expected behavior Reforges should open the menu when doing /reforge

Screenshots Error Log: https://hastebin.de/iqobawoxit.md Startup Logs (Libraries): https://hastebin.de/fijuvawufi.less

Server Information (please complete the following information):

  • Version: Pufferfish Build #40
  • Version of plugin and eco: 4.41.0 | 6.24.0

LoJoSho avatar Feb 05 '22 16:02 LoJoSho

I have now bumped Kotlin and other dependencies in my plugin. However, it seems like both plugins should be shading/jar-in-jaring our dependencies to prevent conflict on Bukkit-based platform.

https://github.com/Cubxity/UnifiedMetrics/commit/e142048132ac20007e0a41ce0baf66e230d6a9d9

Cubxity avatar Feb 05 '22 18:02 Cubxity