dmulloy2 / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
982 stars 259 forks source link

should not be displayed in the client #3010

Closed YuanYuanOwO closed 1 week ago

YuanYuanOwO commented 2 weeks ago

Follow this template except for feature requests. Use pastebin when providing /protocol dump and any relevant errors. /protocol dump:https://paste.helpch.at/jazahobulu.rb

Make sure you've done the following:

Debug paste link: N/A

Description and relevant errors: i think the following should not be displayed in the client
7fccf0b6f31c51af87dfcfc2c3ffde01
not sure how to reproduce it at 100%

dmulloy2 commented 2 weeks ago

I don't think that error message is coming from us. Seems like maybe a plugin is either shading ProtocolLib into its own jar or is not properly including ProtocolLib as a dependency

YuanYuanOwO commented 2 weeks ago

I don't think that error message is coming from us. Seems like maybe a plugin is either shading ProtocolLib into its own jar or is not properly including ProtocolLib as a dependency

i mean
this message is should not be displayed in the player game client
and i think https://github.com/Ghost-chu/QuickShop-Hikari/blob/6b54f4bfcea87bd378725cceb0c0b5d652780cc3/quickshop-bukkit/src/main/resources/plugin.yml#L12

Server Logs: https://paste.helpch.at/yunixebihu.makefile

dmulloy2 commented 1 week ago

I see. It seems like QuickShop-Hikari is shading the adventure library into their own jar. I'd recommend opening an issue with them