Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/necauqua/cleanse
Tiny clientside mod that fixes the 'chat spam caused by a big modpack' issue
https://github.com/necauqua/cleanse
minecraft-mod mod
Last synced: 10 days ago
JSON representation
Tiny clientside mod that fixes the 'chat spam caused by a big modpack' issue
- Host: GitHub
- URL: https://github.com/necauqua/cleanse
- Owner: necauqua
- License: mit
- Created: 2021-02-01T13:14:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T16:44:52.000Z (almost 2 years ago)
- Last Synced: 2023-05-28T01:25:45.848Z (over 1 year ago)
- Topics: minecraft-mod, mod
- Language: Java
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Cleanse
[![Modrinth Downloads](https://img.shields.io/modrinth/dt/cleanse?logo=Modrinth&label=&color=2d2d2d&style=flat-square)](https://modrinth.com/mod/cleanse)
[![CurseForge Downloads](http://cf.way2muchnoise.eu/cleanse.svg?badge_style=flat)](https://www.curseforge.com/minecraft/mc-mods/cleanse)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/necauqua/cleanse/push-to-main.yml?branch=main&style=flat-square)](https://github.com/necauqua/cleanse/actions/workflows/push-to-main.yml)
[![Latest Release](https://img.shields.io/github/release/necauqua/cleanse.svg?label=last%20release&lcolor=2d2d2d&style=flat-square)](https://modrinth.com/mod/cleanse/version/latest)
[![Follow on Modrinth](https://img.shields.io/modrinth/followers/cleanse?label=follow%20on%20Modrinth&style=social)](https://modrinth.com/mod/cleanse)#### Remove the wall of text spammed into your chat on login!
This mod simply disables the part of the game code responsible for adding new chat lines of the client for one second (configurable) after the world was opened.
This is its only function, and it helps to remove the 'We have an update, and we don't care that Forge had a built-in notification system for this for ages', 'We are compatible with this in-game wiki, so we think that you MUST know about that', 'Here are my socials (pure cringe)' and other dumb chat spam on login.
NOTE: If some mod author is extra cringe, they can (easily) deliberately work around what this mod does and do their chat spam anyway, nothing you can do about it, but hopefully nobody lacks *that* much self-esteem.
IF YOU STILL SEE PARTIAL SPAM: well first look at the latest log, if the `[Cleanse]: Reenabled adding new chat lines` just happens before something sends something in chat, then either you have an enormous modpack, or the mod sends the message with a delay - only thing you can do is increase the time in the config
## License
The mod is released under the terms of the MIT license, which means that to use it you must include the license notice file (it has my name on top of it). This file is present in the jar file, so you don't have to do anything and can freely use it *in however way you want*, including adding it to your modpacks.