Mineuniverse
Log in Register
Mods

ChatCooldownManager

A nicer solution to Hypixel's chat cooldown. Also increases the 1.8.9 chat character limit.
by TheKingElessar
Download Claim this project
632 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Miscellaneous

ChatCooldownManager

 
For those without a rank, Hypixel's chat cooldown is very annoying. It stops you from sending your message, and keeps you from sending it once your cooldown is up. This mod tries to ease that pain.
 

User Info

 

There are two main modules to this mod.
 

Hypixel Chat Cooldown

 

This mod checks if you have a rank on Hypixel. If you don't, it keeps you from sending chat messages too quickly, spacing them out automatically. If needed, it will add all your messages to internal queues, ensuring you don't run into Hypixel's chat cooldown filter.

 

This doesn't bypass Hypixel's cooldown or anything like that. Your account still has to abide by it; this just makes it easier.

 

Example of queued message

 

Chat Character Count

 

This mod also increases the max chat character count on compatible servers. 1.8.9 clients can only send 100 characters in a chat message, but later versions can send up to 256 characters. This increases the max character count from 100 to 256.

 

At the moment, this only works on single-player worlds and Hypixel. This module uses a modified version of Vanilla Enhancements' Chat module.


 

Installation

 

This mod uses Minecraft Forge:

 

Simply drop the .jar mod file in your  mods/ directory, and you're off!

 

Developer Info

 

This mod was originally created because I needed a way for another mod of mine to deal with the Hypixel chat cooldown. Since this is so useful, though, I decided to make it a stand-alone mod.

 

If you use this mod as a dependency in your mod, you can add your chat messages/commands to the client's queue, too. This mod will take care of everything: checking the server, checking the rank, knowing when to send the message, etc.

 

To do so, you simply need to add your message to the proper ArrayList. You can find them below.

 

  • scheduledCommands is used for commands. It works with both client-side commands and commands sent to the server. The reason that commands and chat messages are stored differently is because Hypixel has a different cooldown for commands.
  • scheduledChat is used for chat messages.

 

package com.thekingelessar.chatcooldownmanager;
public class TickHandler {
    public static List<String> scheduledCommands = new ArrayList<String>();
    public static List<String> scheduledChat = new ArrayList<String>();
}

ChatCooldownManager v1.2
MC Forge, 1.8.9
Release 2020-12-21 Get

More from TheKingElessar

This is Where the Fun Begins
5,808
Trash Talk
511
Expanded Phantoms
3,644

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734