Add missing No Chat Reports configs
- removes mod requirement on client lan host - shows message verification status and system type on servers
This commit is contained in:
parent
35824730aa
commit
96b7b969a0
4 changed files with 33 additions and 1 deletions
17
config/NoChatReports/NCR-Client.json
Normal file
17
config/NoChatReports/NCR-Client.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"demandOnServer": false,
|
||||
"showServerSafety": true,
|
||||
"hideRedChatIndicators": false,
|
||||
"hideYellowChatIndicators": false,
|
||||
"hideGrayChatIndicators": false,
|
||||
"hideWarningToast": true,
|
||||
"alwaysHideReportButton": false,
|
||||
"disableTelemetry": true,
|
||||
"showReloadButton": false,
|
||||
"whitelistAllServers": false,
|
||||
"verifiedIconEnabled": true,
|
||||
"showNCRButton": true,
|
||||
"enableMod": true,
|
||||
"verifiedIconOffsetX": 0,
|
||||
"verifiedIconOffsetY": 0
|
||||
}
|
7
config/NoChatReports/NCR-Common.json
Normal file
7
config/NoChatReports/NCR-Common.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!",
|
||||
"demandOnClient": false,
|
||||
"enableDebugLog": false,
|
||||
"convertToGameMessage": true,
|
||||
"addQueryData": true
|
||||
}
|
8
index.toml
generated
8
index.toml
generated
|
@ -4,6 +4,14 @@ hash-format = "sha256"
|
|||
file = "config/MouseTweaks.cfg"
|
||||
hash = "11ba09a6771da982f9bdc906cb50b803804ab4d627566c85fc5ce9a7c4a72d68"
|
||||
|
||||
[[files]]
|
||||
file = "config/NoChatReports/NCR-Client.json"
|
||||
hash = "29a38bf85ae541f4dfae4eea1f012ffa185a7f41a646d7412b7289b71dc204f7"
|
||||
|
||||
[[files]]
|
||||
file = "config/NoChatReports/NCR-Common.json"
|
||||
hash = "7ac201e2094a0cddef81b33b0813b15725a8224bd35771be19791482bf63a439"
|
||||
|
||||
[[files]]
|
||||
file = "config/craftpresence.properties"
|
||||
hash = "723aeff77d6fda6c6c8399d96f86c6272b00d46dd5893e10187ce59384da5b50"
|
||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "238ff7541f4c0aba70bbc8ea316d5e7c5bda6fdf5ba4dd64e8a816356caab434"
|
||||
hash = "27ab7a7d9d6e204a7f9d6e226b7fbbd004c3a62e92846d8d7fd50889d9b32a2f"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.19.2"
|
||||
|
|
Loading…
Reference in a new issue