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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue