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
Describe the bug com.github.retrooper:packetevents-bungeecord:2.5.0 includes net.kyori.adveture which is already provided by waterfall and creates conflicts with it.
Software brand
Waterfall 1.21-R0.1-SNAPSHOT
Plugins
Packetevents, Bungeeguard, Luckperms
How To Reproduce
Steps to reproduce the behavior: Example:
In code create a packet that uses Component from the kyori adveture lib and try to send it, after that in console will appear erroros and player red message with error. Also there is a possbility that the error will be shown to the player when it kicks it and disable server.
Additional context
Also here is how i implement library.
If you are shading, make sure to to relocate like shown in the wiki or exclude it (like you did).
If you're not shading, packetevents provides the same jar for both bungee and waterfall, which means it has to include adventure for bungee to work.
I'm not sure if packetevents can do something to fix issues here, other than relocating adventure, which would break compatibility.
Describe the bug
com.github.retrooper:packetevents-bungeecord:2.5.0
includesnet.kyori.adveture
which is already provided by waterfall and creates conflicts with it.Software brand
Waterfall 1.21-R0.1-SNAPSHOT
Plugins
Packetevents, Bungeeguard, Luckperms
How To Reproduce
Steps to reproduce the behavior:
Example:
In code create a packet that uses Component from the kyori adveture lib and try to send it, after that in console will appear erroros and player red message with error. Also there is a possbility that the error will be shown to the player when it kicks it and disable server.
Additional context
Also here is how i implement library.
Issue fix
In pom.xml just add this to the build and everyhting works fine:
The text was updated successfully, but these errors were encountered: