Update the warning and toast messages in the mod to be relatively unbiased but still accurate.
Credit to robotkoer for contributing and letting us use the messages from their Chat Reporting Helper resource pack.
Adds a new signing mode called ON_DEMAND
This mode makes it so that signing is disabled by default, but is enabled for one session if a server enforces chat signing, and is disabled again when the user leaves that server.
If signing is enabled for a session, the following warning message is sent in chat (visible only to the mod user, not to other players on the server)
The signing mode in your config is set to ON_DEMAND. This option enables message signing whenever a server demands it, and disables it when you exit that server, which means that all messages that you send on that particular server can be reported. The server you are currently in is one such server, and as such, all messages you send on this server can be reported. Chat with caution.
Attention, modpack authors:
To change the above warning message for your pack's users, change the resources/assets/npe/lang/en_us.json
file using a resource pack.
The translation key for the warning is "npe.warning.on_demand"
.
Additions:
- Added support for NCR, servers will now appear as safe
Changes:
- Updated the mod description
Fixes:
- Fixed config file not being created on server or when cloth config is not present
- Fixed an error message when cloth config is not present
- Fixed server not internally stripping message signature on NO_SIGN (message packets still got stripped)
What changed
- Added the option to disable message indicators (the red exclamation mark next to a message)
- Cloth Config is no longer a mandatory dependency, it is optional, but recommended for configuration
- Down-scaled the icon to 15x15 from 150x150 since it doesn't modify the quality of the end-result in-game
- Some other minor code changes
You may need to reconfigure your settings, or rename npe.json5 to npe.json
What changed
- Updated to 1.19.2
- It now disables message signing and strips signatures and keys on both client-side and server-side depending on the signing mode
- You can now choose how you sign your messages
- Add a warning / error screen when a server doesn't accept insecure profiles
- Added some informative toasts that warn you about the server you joined (disable-able)
- An option has been added to disable global bans (works client-side only)
- A toggle-able option has been added that allows you to pretend being banned
- The config options (and translations) have been inverted to be more clear
- The mod info has been modified to be more representative
- The icon has been replaced to be more vanilla