tebexio / Tebex-Minecraft

The new Tebex plugin for Minecraft, supporting Bukkit, Bungeecord, Velocity, Spigot, and PaperSpigot
https://tebex.io
GNU General Public License v3.0
14 stars 35 forks source link

Relocate the `triumph-gui` lib on the Bukkit Module #48

Closed Jojo1542 closed 5 months ago

Jojo1542 commented 6 months ago

The bukkit plugin generates exceptions and incompatibilities with other plugins that contain the triumph-gui library more or less up to date than the plugin due to significant changes in methods of the plugin, generating the following exception:

Caused by: java.lang.NoSuchMethodError: 'dev.triumphteam.gui.builder.gui.BaseGuiBuilder dev.triumphteam.gui.builder.gui.SimpleBuilder.title(net.kyori.adventure.text.Component)'

The proposed solution is to relocate to the triumph-gui package so that the plugin uses its own library with its own version instead of sharing it.

Jojo1542 commented 6 months ago

I have already tested on my own server the change and it fixes the incompatibilities with the new tebex plugin.