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.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
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.
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.
scheduledCommandsis 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.scheduledChatis 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
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers