ProtocolLib icon indicating copy to clipboard operation
ProtocolLib copied to clipboard

[Bug] NoClassDefFoundError: com/comphenix/protocol/CommandProtocol$1 on Paper 1.21.1 with ProtocolLib v5.3.0-SNAPSHOT-731

Open CityPvP opened this issue 1 year ago • 1 comments

  • [x] This issue is not solved in a development build

Describe the bug
When running ProtocolLib v5.3.0-SNAPSHOT-731 on Paper 1.21.1, the server throws a NoClassDefFoundError for com/comphenix/protocol/CommandProtocol$1. This error occurs shortly after starting the server.

To Reproduce
Steps to reproduce the behavior:

  1. Install Paper 1.21.1.
  2. Add ProtocolLib v5.3.0-SNAPSHOT-731 to the plugins folder.
  3. Start the server.
  4. Observe the error in the console.

Expected behavior
ProtocolLib should load correctly without throwing class definition errors.

Screenshots
(Not applicable in this case, as it's a console error.)

Additional context
The issue seems to be related to a missing class in the ProtocolLib jar (com/comphenix/protocol/CommandProtocol$1). This might be due to a version mismatch or an incomplete build.

CityPvP avatar Sep 24 '24 23:09 CityPvP

does it still happen in 732?

dmulloy2 avatar Sep 24 '24 23:09 dmulloy2