diff --git a/src/main/resources/config.conf b/src/main/resources/config.conf index 3a7da28..37c9a2a 100644 --- a/src/main/resources/config.conf +++ b/src/main/resources/config.conf @@ -10,6 +10,11 @@ remove-signed-key-on-join = true # if you have any problems, first contact UnSignedVelocity support. remove-signed-command-information = true +# Allows cancellation and modification of chat messages for players with version 1.19.1 or higher. +# This option may have incompatibilities with plugins that handle chat packets on Velocity, +# if you have any problems, first contact UnSignedVelocity support. +apply-chat-messages = true + # Cancel any Server Player Chat Message and convert it to a Server System Chat Message, # to avoid signature check and hide the red warning sign that comes with unsigned chat messages for Vanilla clients. # This option is required if you want to use the "Send Secure Chat Data" option. @@ -27,10 +32,6 @@ block-chat-session-packets = false # Not tested for functionality with pirate clients. send-secure-chat-data = false -# This will send information to the client about whether the proxy or server has secure chat enabled. -# Not tested for functionality with pirate clients. -send-secure-chat-data = false - # This will send a custom property in Server Status Response packet, # marking the server as "Safe" for clients using the "No Chat Reports" mod. send-safe-server-status = false