Closed maurxce closed 1 year ago
Replicable and caused by the way the server handles signed/unsigned messages. The changed format is only tracked in the unsigned part of the message, however the server only logs the signed part of the message.
and
Notably, we are currently not passing an unsignedFunction value here, as well, the message is viewer unaware, hence this is just Component.literal of the signed message.
Expected behavior
When you set a custom chat format, the console should also use the format to log message details (player, message)
Observed/Actual behavior
The console only logs the player's message and not their name
Steps/models to reproduce
Plugin and Datapack List
Just this one custom plugin with only the custom chat format
Paper version
This server is running Paper version git-Paper-404 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: f9dc371) You are running the latest version Previous version: git-Purpur-1908 (MC: 1.19.3)
Other
No response