# How to Disable Chat Reporting on Your Minecraft Server (/docs/minecraft/disable-chat-reporting)



Minecraft 1.19.1 introduced a chat reporting system that lets players report messages to Mojang. Many server owners prefer to disable this and handle moderation themselves.

Disabling Chat Reporting [#disabling-chat-reporting]

The method depends on your server type:

Paper / Spigot [#paper--spigot]

<div className="fd-steps">
  <div className="fd-step">
    Open server properties [#1-open-server-properties]

    Access the [XGamingServer panel](https://panel.xgamingserver.com), go to `Files`, and open `server.properties`.
  </div>

  <div className="fd-step">
    Disable secure profiles [#2-disable-secure-profiles]

    Set:

    ```
    enforce-secure-profile=false
    ```
  </div>

  <div className="fd-step">
    Restart your server [#3-restart-your-server]

    Restart for the change to take effect.

    > 📝 **Note:** On Paper servers, this is sufficient to disable chat reporting. Players will see a warning that the server doesn't enforce secure chat, but they can still join and chat normally.
  </div>
</div>

Fabric [#fabric]

<div className="fd-steps">
  <div className="fd-step">
    Install the No Chat Reports mod [#1-install-the-no-chat-reports-mod]

    Download the "No Chat Reports" mod from Modrinth or CurseForge.
  </div>

  <div className="fd-step">
    Upload to your server [#2-upload-to-your-server]

    Go to `Files`, navigate to `/mods/`, and upload the mod `.jar` file.
  </div>

  <div className="fd-step">
    Restart your server [#3-restart-your-server-1]

    Restart to activate the mod.

    > ⚠️ **Warning:** Players may see a warning icon next to messages when secure chat is disabled. This is cosmetic and doesn't affect gameplay.

    > 💡 **Tip:** Even with chat reporting disabled, you should still have your own moderation tools in place. Consider plugins like EssentialsX or LuckPerms for muting and chat management.

    See also: [Server Types Explained](/docs/minecraft/server-types-explained) | [Installing Mods](/docs/minecraft/mod-setup)

    If you need help, join our [Discord](https://discord.xgamingserver.com/).
  </div>
</div>
