packet warning
richardwhateverr opened this issue ยท 5 comments
Information
- Server Version:
- Paper 1.19.4
- OldCombatMechanics version:
- Jenkins Build 137
- Server Log File:
XYZ joins the server
[00:07:02 WARN]: [OldCombatMechanics] Received a packet that is not NMS: class io.netty.buffer.PooledUnsafeDirectByteBuf PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 256)
- OldCombatMechanics config file:
default config
Problem Description
I don't really know if it has consequences.
To Reproduce
Steps to reproduce the behavior:
- player joins
- warning
Expected Behaviour
Actual Behaviour
This just means another plugin is doing naughty stuff with packets, and it might interfere with OCM (especially with the no collisions module). Do you have any scoreboard plugins running?
Hey, just my own, but I use a Sidebar Scoreboard library. Maybe this is the reason. https://github.com/MegavexNetwork/scoreboard-library
I think my Teams based tablist should not do there anything.
Yea, that is just because OCM can not properly inspect and re-write these packets. That can cause sound, effect and collision blocking to fail to function correctly.
This is, after all, just a warning that something could go wrong. If it works fine anyway there shouldn't be a problem. Maybe @I-Al-Istannen can give some more details on that.