[Bug] NoClassDefFoundError: com/comphenix/protocol/CommandProtocol$1 on Paper 1.21.1 with ProtocolLib v5.3.0-SNAPSHOT-731
NeverGame opened this issue ยท 1 comments
- 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:
- Install Paper 1.21.1.
- Add ProtocolLib v5.3.0-SNAPSHOT-731 to the plugins folder.
- Start the server.
- 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.