-
-
Notifications
You must be signed in to change notification settings - Fork 79
Configuration Files
Right now No Chat Reports has a single configuration file - NoChatReports.json
, which is located in config
folder of .minecraft
directory or server installation directory. In the future it is planned to split configuration into server and client files.
Side: Server
Description: Makes the server require all joining clients to have No Chat Reports installed.
Side: Client
Description: Prevents the client from joining servers that don't have No Chat Reports installed.
Side: Both
Description: Enables loggin of certain debug information. This is generally useless for non-developers.
Side: Server
Description: Makes the server convert all player messages into system messages. System messages don't have any signatures attached and cannot be reported; on unmodified clients they will display with gray bar to the left.
Side: Client
Description: Allows the client to display server safety status in bottom-right corner of chat screen. The icon is hoverable for additional information:
Currently, there are 3 safety levels:
- ✅ Secure. The mod has No Chat Reports installed, or prevents chat reporting on entire server in some other way.
- ℹ️ Unintrusive. Server itself does not prevent chat reports, but has
enforce-secure-profile
disabled and allows players to send unsigned messages. Players on vanilla clients are still at risk, but No Chat Reports can protect you and them if installed on client. ⚠️ Insecure. Server does not prevent chat reports and hasenforce-secure-profile
enabled, not allowing anyone to send unsigned messages. Every message you send can be reported.
Side: Client
Description: Prevents the client from displaying "Not Secure" indicators, in the form of red bar to the left and (!)
icon to the right of chat message:
Side: Client
Description: Prevents the client from displaying "Modified" indicators, in the form of yellow bar to the left and (?)
icon to the right of chat message:
Side: Client
Description: Prevents the client from displaying special indicators for system messages, in the form of gray bar to the left:
Side: Client
Description: Removes a warning toast that is displayed when entering servers with disabled enforce-secure-profile
:
Side: Client
Description: Prevents the client from ever showing report button in Social Interactions screen. This is disabled by default, and mod simply makes button inactive on servers that have No Chat Reports installed, adding an explanation to the tooltip of the button.
Side: Client
Description: Allows the mod to disable built-in telemetry, similar to how No Telemetry does.
Side: Client
Description: Adds a button for config reloading to Multiplayer menu:
Side: Client
Description: Contains servers for which "Unsafe Server" warning screen should never display. Servers are added to this list automatically when you check "Do not show again for this server" box in that screen. Format is that of a common JSON array, each entry is a string that is formatted as <server-ip>:<port>
.
Side: Client
Description: In 1.19.1 builds of the mod, was responsible for replacement of "1.19.1" with "1.19.84" in title screen and window title.
Side: Client
Description: Formerly combined hideRedChatIndicators
, hideYellowChatIndicators
, hideGrayChatIndicators
and hideWarningToast
as a single option.
© 2023 Aizistral. All contents of this wiki are available under WTFPL license.