Merge branch 'main' of https://git.densmo.re/TheVeryModelOfAModernMinecraftModpack/VanillaPlusPlus
This commit is contained in:
commit
83e74286e6
3 changed files with 33 additions and 1 deletions
28
configureddefaults/config/NoChatReports/NCR-Encryption.json
Normal file
28
configureddefaults/config/NoChatReports/NCR-Encryption.json
Normal file
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -52,6 +52,10 @@ hash = "90c4a938ff039f5cf5acae9ed06b532d4e07f1f53c6f0e102859823f360db254"
|
||||||
file = "configureddefaults/config/NoChatReports/NCR-Client.json"
|
file = "configureddefaults/config/NoChatReports/NCR-Client.json"
|
||||||
hash = "be88d44466fd4d68eeead41352fecd920243858ee4ca18dcd6b5f9a728108412"
|
hash = "be88d44466fd4d68eeead41352fecd920243858ee4ca18dcd6b5f9a728108412"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "configureddefaults/config/NoChatReports/NCR-Encryption.json"
|
||||||
|
hash = "ad41c18d8223070fe2a7566dd6d9baad76edc4424c8f6ee3c9e0c596eb7d5a3f"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "configureddefaults/config/aileron.json"
|
file = "configureddefaults/config/aileron.json"
|
||||||
hash = "0acf51cddc16eacd4ff54239f6413f7ff651129bec6fd8c50c8c1836e5702a79"
|
hash = "0acf51cddc16eacd4ff54239f6413f7ff651129bec6fd8c50c8c1836e5702a79"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "23c0820e8870dfd5af81f54464092120adbad6fc4ff8ef7a480dbbf01d39ad15"
|
hash = "29cc13cf2eccb2e51d75cb5514ca8aa90c0b3b4dfe46728ad6c687086a68c025"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.9"
|
fabric = "0.16.9"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue