kernitus / BukkitOldCombatMechanics

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

OCM disables the chat of my chat plugin #556

Closed MinecollYT closed 3 years ago

MinecollYT commented 3 years ago

Information

Problem Description

Chat does not work / message don't appear in the chat after they have been send

### To Reproduce Steps to reproduce the behavior: 1. Use DKPerms and OCM 2. Write smth in chat ### Expected Behaviour the message gets send ### Actual Behaviour

message not visible

kernitus commented 3 years ago

Hello, you mention it's your plugin OCM is conflicting with, might I ask why it's sending chat packets that do not inherit from Packet in first place?

I-Al-Istannen commented 3 years ago

Can you try the artifact of the PR @MinecollYT ? I reuploaded it here

MinecollYT commented 3 years ago

I can test it in the next few days

MinecollYT commented 3 years ago

Seems like it got fixed, thank you <3