promotional bannermobile promotional banner

ChatCooldownManager

A nicer solution to Hypixel's chat cooldown. Also increases the 1.8.9 chat character limit.

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>();
}

The ChatCooldownManager Team

profile avatar
  • 4
    Projects
  • 10.2K
    Downloads

More from TheKingElessar

  • This is Where the Fun Begins project image

    This is Where the Fun Begins

    • 5.5K
    • Mods

    Adds a single sound file: "This is where the fun begins!"

    • 5.5K
    • November 13, 2020
    • Mods
  • Trash Talk project image

    Trash Talk

    • 493
    • Mods

    For when you can't bother typing out your insults!

    • 493
    • April 29, 2020
    • Mods
    • +1
  • Expanded Phantoms project image

    Expanded Phantoms

    • 3.5K
    • Bukkit Plugins

    Changes the size of Phantoms that spawn, as well as adjust the damage done by larger Phantoms.

    • 3.5K
    • May 26, 2019
    • Bukkit Plugins
    • +2
  • This is Where the Fun Begins project image

    This is Where the Fun Begins

    • 5.5K
    • Mods

    Adds a single sound file: "This is where the fun begins!"

    • 5.5K
    • November 13, 2020
    • Mods
  • Trash Talk project image

    Trash Talk

    • 493
    • Mods

    For when you can't bother typing out your insults!

    • 493
    • April 29, 2020
    • Mods
    • +1
  • Expanded Phantoms project image

    Expanded Phantoms

    • 3.5K
    • Bukkit Plugins

    Changes the size of Phantoms that spawn, as well as adjust the damage done by larger Phantoms.

    • 3.5K
    • May 26, 2019
    • Bukkit Plugins
    • +2