This mod gives the option to server admins to disable chat reporting, in a non-intrusive way

Overview

Simply No Report

This mod gives the option to server admins to disable chat reporting, in a non-intrusive way. It is disabled by default to let everyone decide what they want to do.

Configuration is done through gamerules.

This mod can be found on Curseforge and Modrinth.

Usage

This mod is server side only. It can be enabled by setting the disableChatReport gamerule to true.

Turning the mod off may cause one or all clients to get disconnected to catch up with the cryptographic chain or sync signing keys. Everything will be back to normal after that.

Strategies

There are currently two strategies for disabling chat reporting:

  • CONVERT_TO_SERVER_MESSAGE (default): converts the message to a server message, effectively removing any player information tied to the message. It should work with most chat plugins, if not please open an issue! Messages will be accompanied by a gray border signifying it is a system message.
  • STRIP_SIGNATURE: removes the signature before sending the message to the clients. The signature is still verified by the server. Messages will be accompanied by a red border signifying it wasn't signed. This strategy can be quite unstable and may require enforce-secure-profile in the server.properties file to be set to false.

The strategy can be changed by setting the disableChatReportStrategy gamerule.

No matter what strategy you choose, we highly recommend you to clearly communicate to your users that chat reporting is disabled.

You might also like...

Non intrusive log4j2 RCE vulnerability patch.

Log4j Patch Resolve the RCE vulnerability caused by JNDI lookup in log4j 2.0~2.14.1. It is licensed under the WTFPL 2.0 license, you can do anything w

Dec 2, 2022

vʌvr (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.

vʌvr (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.

Vavr is an object-functional language extension to Java 8, which aims to reduce the lines of code and increase code quality. It provides persistent co

Jan 3, 2023

Disable the 1.8x Click delay with this sleek API.

Tecknix Client Click Delay API A simple solution to remove Minecraft 1.8's click delay timer. Installation: Tecknix Click Delay API requires a Bukkit

Nov 16, 2021

A mod for Fabric which cleans up your chat by removing duplicate messages, extending the chat history, and more

A mod for Fabric which cleans up your chat by removing duplicate messages, extending the chat history, and more

CompactChat for Fabric CompactChat is a mod which will clean up your minecraft chat. If a message is sent twice, the previous message will be removed,

Oct 26, 2022

A simple Plugin to allow server admins and user with Permissions to change fast and easy thier own Gamemode

A simple Plugin to allow server admins and user with Permissions to change fast and easy thier own Gamemode

A simple Plugin to allow server admins and user with Permissions to change fast and easy thier own Gamemode

Jan 17, 2022

Manages server status and gives log of status information. front end - angular js, backend- sbring boot, DB-MySQL

ServerManagerApplication / | | / | | ( ___ _ __ __ __ ___ _ __ | \ / | __ _ _ __ __ _ __ _ ___ _ __ __ \ / _ \ | '| \ \ / / / _ \ | '| | |/| | / | | '

Jan 6, 2022

Simple terminal based JVM application that gives the status of a Minecraft server

MCStatus This is an incredibly simple terminal-based Minecraft server status checker

Feb 24, 2022

just a fabric mod that gives you the ability to change your viewmodel. done for volker1 on discord.

viewmodel-changer just a fabric mod that gives you the ability to change your viewmodel. done for volker1 on discord. how-to-use to open the gui, pres

Dec 30, 2022

A Minecraft mod that extends Diet. It rebalances food stats and gives subtle perks for different food groups.

------------------------------------------- Source installation information for modders ------------------------------------------- This code follows

Mar 8, 2022

This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using all the fundamental Bluetooth API capabilities.

This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using all the fundamental Bluetooth API capabilities.

Zenitsu-Bluetooth Chat Application This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using all the fund

Jan 16, 2022

A low intrusive, configurable android library that converts layout XML files into Java code to improve performance

qxml English 一个低侵入,可配置的 Android 库,用于将 layout xml 文件转换为 Java 代码以提高性能。 与X2C的对比 X2C: 使用注解处理器生成View类,使用时需要在类中添加注解,并替换setContentView方法,侵入性较强; 对于布局属性的支持不够完美

Oct 6, 2022

Messenger(Chat app) is a real time one to one chat application with Push Notifications made using Firebase...

Messenger(Chat app) is a real time one to one chat application with Push Notifications made using Firebase...

Messenger If you want a APK then create an issue, i'll send the link.. ChatApp is a real time one to one chat application with Push Notifications made

Apr 30, 2022

Fixes Minecraft client lag from receiving chat messages, at the expense of not being able to block players in chat.

chat-lag-fix Fixes Minecraft client lag from receiving chat messages, at the expense of not being able to block players in chat. Mojang in their infin

Dec 4, 2022

NoChatLag fixes lagspikes caused by chat by removing the sender UUID from the chat packet. Please note that this breaks the vanilla client side block list.

NoChatLagServer Fabric Version | Forge Version Downloads: SpigotMC | GitHub Releases NoChatLagServer fixes WEB-5587 by setting the sender-uuid to that

Jan 10, 2022

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.

Flowable (V6) Maven Central: Docker Images: License: Homepage: https://www.flowable.org/ flowable / flowəb(ə)l / a compact and highly efficient workfl

Jan 7, 2023

A desktop application designed to serve the co-curricular uses of students, clubs and forums, and admins of United International University.

ECA Management System Made by "Team Apocalypse": S M Jishanul Islam Sadia Ahmmed Sahid Hossain Mustakim Description A desktop application designed to

Jan 31, 2022
Comments
  • Unsure whether either strategy works on 1.19.2

    Unsure whether either strategy works on 1.19.2

    Running on Fabric Loader 0.14.11 server. image

    Version 1.5.2+1.19.2.

    I've tried both strategies and I'm unsure if either work on 1.19.2.

    The disableChatReport gamerule is true as well as enforce-secure-profile being false

    CONVERT_TO_SERVER_MESSAGE

    This could just be me being unfamiliar with how the chat reporting system should display, but I'd assume that there should be a gray bar next to my message? The logs also don't specify that it's a system message. image

    STRIP_SIGNATURE

    I've also tried this. It worked once but despite having enforce-secure-profile as false, I keep getting a Chat message validation failure.

    opened by MerchantPug 1
Releases(1.0.0+1.19.1pre1)
Owner
Amber Bertucci
Engineering preparatory classes (PEIP2) student at Polytech Marseille.
Amber Bertucci
TCP Chat Application - Java networking, java swing

TCP-Chat-Application-in-Java TCP Chat Application - Java networking, java swing Java – Multithread Chat System Java Project on core Java, Java swing &

Muhammad Asad 5 Feb 4, 2022
FreedomChat is a very simple plugin that makes player chat unreportable.

FreedomChat is a very simple plugin that makes player chat unreportable. FreedomChat completely disables chat reporting for 1.19+ without other negative consequences and maximum compatibility.

null 127 Jan 7, 2023
Sonic-server - sonic-server

?? Sonic Cloud Real Machine Testing Platform English | 简体中文 Official Website Sonic Official Website Background What is sonic ? Nowadays, automatic tes

null 1.7k Jan 4, 2023
Easy Setup Stub Server

Moco Moco is an easy setup stub framework. Latest Release 1.1.0 More details in Release Notes User Voice Let me know if you are using Moco. Join Moco

Zheng Ye 4.1k Dec 30, 2022
🟪 DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses.

DeepfakeHTTP – Your 100% static dynamic backend DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses. What are people using it

null 445 Dec 30, 2022
A Minestom extension that opens the port that the Minestom server is running on!

OpenPortStom A project that uses weupnp to forward the port for you when starting your server, it will also attempt to close the port. Yes this is a s

null 4 Apr 24, 2022
Gatling is a load test tool. It officially supports HTTP, WebSocket, Server-Sent-Events and JMS.

Gatling What is Gatling ? Gatling is a load test tool. It officially supports HTTP, WebSocket, Server-Sent-Events and JMS. Motivation Finding fancy GU

Gatling 5.8k Dec 27, 2022
fabric-carpet extension mod which attempts to fix as many vanilla bugs as possible. Feel free to add as many fixes as you want!

Carpet-Fixes Fabric Carpet extension mod which attempts to fix as many vanilla bugs as possible! Feel free to contribute by adding as many fixes as yo

Fx Morin 90 Jan 6, 2023
All prs are automatically merged - star the mod to become a collaborator

community-mod is now archived. thank you to everyone to contributed to this masterpiece. The Community Mod A Mod by The Community for the Community! M

null 66 Nov 25, 2022
Option-Price Calculator - Black-Scholes Option Pricing Model With Option Greeks

Option-Price_Calculator Black-Scholes Option Pricing Model With Option Greeks To begin with, an option is like any other financial instrument, should

Manan Patel 0 Jan 13, 2022