kernitus / BukkitOldCombatMechanics

Spigot plugin to configure combat mechanics for 1.9 onwards
https://www.spigotmc.org/resources/19510/
Mozilla Public License 2.0
179 stars 71 forks source link

1.20.4 Team packet error #730

Closed Glowing-Studios closed 6 months ago

Glowing-Studios commented 6 months ago

Information

https://mcpaste.io/93209faf854c1416

Server Log ``` console ```

https://mcpaste.io/bfcdeec127e6f09a

config.yml ``` yaml ```

Problem Description

If you are running a KOTH with the AxKoth plugin and someone is killed, you get huge warn logs per death and this is a big problem with 3 koth per day and more than 30 players.

To Reproduce

Steps to reproduce the behavior: 1. Start AxKoth koth 2. kill somebody 3. watch console ### Expected Behaviour

Better case, I shouldn't get any of these errors, maybe?

Actual Behaviour

Apart from not seeing the console history monitored because of all the logs, nothing. No performance problems or very low and not noticeable.

kernitus commented 6 months ago

That's just a packet incompatibility error. It should already be fixed in the newest test version.

Glowing-Studios commented 6 months ago

That's just a packet incompatibility error. It should already be fixed in the newest test version.

Wow. Thank you for your quick work.