Skip to content

Commit

Permalink
fix: Revert a mistake that removed the "apply-chat-messages" option
Browse files Browse the repository at this point in the history
  • Loading branch information
MemencioPerez committed May 26, 2024
1 parent 09bcac5 commit d259e4f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/resources/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit d259e4f

Please sign in to comment.