OldCombatMechanics

OldCombatMechanics

46.1k Downloads

packet warning

richardwhateverr opened this issue ยท 5 comments

commented

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:

  1. player joins
  2. warning

Expected Behaviour

Actual Behaviour

commented

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?

commented

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.

commented

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.

commented

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.

commented

Alright, this means that unless there are some observable side-effects this can be safely ignored.