-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I set the following in my velocity.toml configuration file: disconnect-reset-message = "Test message"
However, now any kick from the server — whether it's from AuthMe, Captcha, or any other plugin/mod — always results in the same message being displayed: "Test message"
This seems to override all context-specific disconnect messages and may not be the intended behavior.
Environment:
Minecraft: 1.20.1 (Forge)
Velocity: 3.4.0-SNAPSHOT-523
Ambassador Velocity: 1.4.5 all
Mods installed:
TACZ 1.1.6-Hotfix
ChiselsAndBits 1.4.148
Expected behavior:
Kick messages from specific plugins (like AuthMe or Captcha) should display their own messages rather than being replaced by the generic disconnect-reset-message.
Let me know if you need logs or additional config details.