add and configure FreedomChat
This commit is contained in:
parent
972b458922
commit
62da614ed8
BIN
src/plugins/FreedomChat-Paper-1.7.0.jar
(Stored with Git LFS)
Normal file
BIN
src/plugins/FreedomChat-Paper-1.7.0.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
17
src/plugins/FreedomChat/config.yml
Normal file
17
src/plugins/FreedomChat/config.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Whether FreedomChat should replace player (signed or unsigned) chat with
|
||||||
|
# system messages. This is what makes chat not reportable.
|
||||||
|
rewrite-chat: true
|
||||||
|
|
||||||
|
# Whether FreedomChat should claim to clients that secure chat is enforced.
|
||||||
|
# With this set to true, the "Chat messages can't be verified" toast will not
|
||||||
|
# be shown. This is, in default configurations, unrelated to allowing clients
|
||||||
|
# not signing their messages join. In modern versions, clients also
|
||||||
|
# require a valid access token to be present for the toast to be hidden.
|
||||||
|
# That being said, you may still see the toast even if this option is enabled.
|
||||||
|
claim-secure-chat-enforced: true
|
||||||
|
|
||||||
|
# Whether to report the server as secure (disabling chat reporting) to the
|
||||||
|
# NoChatReports client mod. This displays a green icon on the server list
|
||||||
|
# screen and if enforce-secure-profiles is disabled the open chat screen
|
||||||
|
# for users of the client-side mod.
|
||||||
|
send-prevents-chat-reports-to-client: true
|
@ -13,7 +13,7 @@ enable-jmx-monitoring=false
|
|||||||
enable-query=false
|
enable-query=false
|
||||||
enable-rcon=false
|
enable-rcon=false
|
||||||
enable-status=true
|
enable-status=true
|
||||||
enforce-secure-profile=true
|
enforce-secure-profile=false
|
||||||
enforce-whitelist=false
|
enforce-whitelist=false
|
||||||
entity-broadcast-range-percentage=100
|
entity-broadcast-range-percentage=100
|
||||||
force-gamemode=false
|
force-gamemode=false
|
||||||
|
Loading…
Reference in New Issue
Block a user