From 96ea226176a07d2892978959dd8a367ede32d7b5 Mon Sep 17 00:00:00 2001 From: mina <143211829+ursamina@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:53:30 +0100 Subject: [PATCH] Delete config/NoChatReports directory --- config/NoChatReports/NCR-Client.json | 22 ---------------- config/NoChatReports/NCR-Common.json | 7 ----- config/NoChatReports/NCR-Encryption.json | 26 ------------------- config/NoChatReports/NCR-ServerWhitelist.json | 3 --- config/NoChatReports/README.md | 3 --- 5 files changed, 61 deletions(-) delete mode 100644 config/NoChatReports/NCR-Client.json delete mode 100644 config/NoChatReports/NCR-Common.json delete mode 100644 config/NoChatReports/NCR-Encryption.json delete mode 100644 config/NoChatReports/NCR-ServerWhitelist.json delete mode 100644 config/NoChatReports/README.md diff --git a/config/NoChatReports/NCR-Client.json b/config/NoChatReports/NCR-Client.json deleted file mode 100644 index e7f9c89..0000000 --- a/config/NoChatReports/NCR-Client.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "demandOnServer": false, - "showServerSafety": true, - "hideRedChatIndicators": true, - "hideYellowChatIndicators": true, - "hideGrayChatIndicators": true, - "hideWarningToast": true, - "alwaysHideReportButton": false, - "disableTelemetry": true, - "showReloadButton": true, - "whitelistAllServers": false, - "verifiedIconEnabled": true, - "showNCRButton": true, - "enableMod": true, - "skipRealmsWarning": false, - "verifiedIconOffsetX": 0, - "verifiedIconOffsetY": 0, - "reconnectAwaitSeconds": 4, - "postDisconnectAwaitSeconds": 10, - "signingCheckDelaySeconds": 43200, - "serverSigningChecks": {} -} \ No newline at end of file diff --git a/config/NoChatReports/NCR-Common.json b/config/NoChatReports/NCR-Common.json deleted file mode 100644 index ad80163..0000000 --- a/config/NoChatReports/NCR-Common.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "demandOnClientMessage": "You do not have No Chat Reports, and this server is configured to require it on client!", - "demandOnClient": true, - "enableDebugLog": false, - "convertToGameMessage": false, - "addQueryData": true -} \ No newline at end of file diff --git a/config/NoChatReports/NCR-Encryption.json b/config/NoChatReports/NCR-Encryption.json deleted file mode 100644 index d964731..0000000 --- a/config/NoChatReports/NCR-Encryption.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "skipWarning": false, - "enableEncryption": false, - "encryptPublic": true, - "showEncryptionButton": true, - "showEncryptionIndicators": true, - "encryptionKey": "blfrngArk3chG6wzncOZ5A\u003d\u003d", - "encryptionPassphrase": "", - "algorithmName": "AES/CFB8+Base64", - "encryptableCommands": [ - "msg:1", - "w:1", - "whisper:1", - "tell:1", - "r:0", - "dm:1", - "me:0", - "m:1", - "t:1", - "pm:1", - "emsg:1", - "epm:1", - "etell:1", - "ewhisper:1" - ] -} \ No newline at end of file diff --git a/config/NoChatReports/NCR-ServerWhitelist.json b/config/NoChatReports/NCR-ServerWhitelist.json deleted file mode 100644 index 0174b4d..0000000 --- a/config/NoChatReports/NCR-ServerWhitelist.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "whitelistedServers": [] -} \ No newline at end of file diff --git a/config/NoChatReports/README.md b/config/NoChatReports/README.md deleted file mode 100644 index 33141b5..0000000 --- a/config/NoChatReports/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# No Chat Reports -You can find updated documentation of configuration files on the wiki: -https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/Configuration-Files