diff --git a/config/NoChatReports/NCR-Client.json b/config/NoChatReports/NCR-Client.json new file mode 100644 index 0000000..c384c5e --- /dev/null +++ b/config/NoChatReports/NCR-Client.json @@ -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 +} \ No newline at end of file diff --git a/config/NoChatReports/NCR-Common.json b/config/NoChatReports/NCR-Common.json new file mode 100644 index 0000000..822459e --- /dev/null +++ b/config/NoChatReports/NCR-Common.json @@ -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 +} \ No newline at end of file diff --git a/index.toml b/index.toml index 1fc67be..8ab6e01 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/pack.toml b/pack.toml index 5a5906c..75aa982 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 = "238ff7541f4c0aba70bbc8ea316d5e7c5bda6fdf5ba4dd64e8a816356caab434" +hash = "27ab7a7d9d6e204a7f9d6e226b7fbbd004c3a62e92846d8d7fd50889d9b32a2f" [versions] minecraft = "1.19.2"