Skip to content

NoChatLag fixes lagspikes caused by chat by checking the blacklist on a different thread.

License

Notifications You must be signed in to change notification settings

NoahvdAa/NoChatLag

Repository files navigation

NoChatLag

Forge Version | Plugin Version

Downloads: Modrinth | CurseForge | GitHub Releases

A couple of days ago, something changed in Mojang's blocked users API, causing the client to not properly load the list of blocked users on start. Because of this, the client will attempt to fetch the blocklist every two minutes when the chat is being rendered. This loading is done on the same thread as the rendering, causing the game to freeze until Mojang's API returns a response. Since the requests takes a while to complete, this will cause a noticeable lag spike.

This issue is being tracked in Mojira issue WEB-5587.

You are currently viewing the 1.17/1.18 branch. Check out the ver/1.16 branch for the 1.16 version.

About

NoChatLag fixes lagspikes caused by chat by checking the blacklist on a different thread.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages