ChatCooldownManager

Quick rating

Community listing page, reviews here may not be monitored by the author.

ChatCooldownManager

No reviews yet

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

Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
ChatCooldownManager v1.2

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works