diff --git a/configureddefaults/config/NoChatReports/NCR-Encryption.json b/configureddefaults/config/NoChatReports/NCR-Encryption.json new file mode 100644 index 0000000..94e43fd --- /dev/null +++ b/configureddefaults/config/NoChatReports/NCR-Encryption.json @@ -0,0 +1,28 @@ +{ + "skipWarning": false, + "enableEncryption": false, + "encryptPublic": true, + "showEncryptionButton": false, + "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", + "message:1", + "reply:0" + ] +} \ No newline at end of file diff --git a/index.toml b/index.toml index 075aa84..453f1ef 100644 --- a/index.toml +++ b/index.toml @@ -52,6 +52,10 @@ hash = "90c4a938ff039f5cf5acae9ed06b532d4e07f1f53c6f0e102859823f360db254" file = "configureddefaults/config/NoChatReports/NCR-Client.json" hash = "be88d44466fd4d68eeead41352fecd920243858ee4ca18dcd6b5f9a728108412" +[[files]] +file = "configureddefaults/config/NoChatReports/NCR-Encryption.json" +hash = "ad41c18d8223070fe2a7566dd6d9baad76edc4424c8f6ee3c9e0c596eb7d5a3f" + [[files]] file = "configureddefaults/config/aileron.json" hash = "0acf51cddc16eacd4ff54239f6413f7ff651129bec6fd8c50c8c1836e5702a79" diff --git a/pack.toml b/pack.toml index 231351a..7186a31 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "23c0820e8870dfd5af81f54464092120adbad6fc4ff8ef7a480dbbf01d39ad15" +hash = "29cc13cf2eccb2e51d75cb5514ca8aa90c0b3b4dfe46728ad6c687086a68c025" [versions] fabric = "0.16.9"