Zrips / CMI

111 stars 98 forks source link

Issues cancelling chat messages #8878

Open TheRealGriind opened 4 days ago

TheRealGriind commented 4 days ago

Description of Issue

I use a separate plugin for punishments & staffchat (NetworkManager). This plugin has a dependancy called SignedVelocity to make the functions work properly (I think it's what cancels the messages or smth) With CMI & or CMILib Installed & enabled, public messages would still appear after a short sub-second delay from sending the message to the public message being sent. When I disable the CMI & CMILib plugins outright the issue goes away, but it still persists if I only disable the chat formatting setting. (this issue is present on all servers on my bungeecord/velocity network)

image image

Version Information

CMI: 9.7.4.1 Velocity CMIB SqLite (had the same issues before installing CMIB)
CMILib: 1.5.0.3
Server: Paper 1.20.6-R0.1-SNAPSHOT-
CMI Modified Vault Installed.

Errors

No errors shown in console either on startup or throughout affected functions (typing, etc)

Relevant Config Sections

Unsure what section would be relevant, lmk

Relevant Plugins

Vault v1.7.3-CMI, NetworkManager v2.15.6, SignedVelocity v1.2.3

Agreements

Zrips commented 2 days ago

It's a question how chat message is being canceled, as it needs to remove recipients more than just attempting to cancel event itself. Hard to say what exactly is going on without knowing what plugin you are using and what its doing.