ChatManager

a highly configurable chat mod for modern Minecraft servers. It introduces powerful, customizable chat channels and advanced formatting, making community discussions clearer and easier to moderate. With deep placeholder and permission support, ChatManager is the perfect backbone for servers that want professionalism and flexibility in their chat experience.
Before

After

Message Notifications
Features
- Client-side Message Filtering: Players’ clients only display messages from the channels they join or select, reducing spam and making it easy to focus on relevant conversations.
- Configurable Chat Channels: Easily set up channels like General, Market, Help, and Offtopic, each with its own formatting and permissions. Channel colors and styles are fully customizable.
- Placeholder Support: Dynamically insert data such as player names, locations, world time, levels, health, server stats, and much more into chat messages with built-in placeholders.
- LuckPerms Integration: Seamlessly show player prefixes and suffixes using LuckPerms data (Servers Only, do not install luckperms in your singleplayer world).
- Rich Formatting: Style your chat using Minecraft’s component system, including colors, gradients, tags, and more for a modern look.
- Permissions Control: Restrict access and usage of channels based on permissions excellent for server moderation and specialized chat rooms.
- Command-based Channel Switching: Swap channels, send private or public messages, and more all through intuitive commands.
- Performance Friendly: Lightweight design ensures minimal impact on server performance.
- Compatibility: Compatible with ChatHeads and FTB Essentials Nicknames! Need more compatibility? Join the discord and let me know!
Existing Placeholders
- {chatmanager:player} - For getting the players display name
- {chatmanager:mspt} - For getting the MS per tick, a performance metric
- {chatmanager:level} - For getting the name of the level
- {chatmanager:motd} - For getting the MOTD on the server
- {chatmanager:player_count} - For returning the player count on the server
- {chatmanager:player_ping} - for returning the players ping
- {chatmanager:player_x} - get the player x
- {chatmanager:player_y} - get the player y
- {chatmanager:player_z} - get the player z
- {chatmanager:player_xyz} - get all three coordinates at once
- {chatmanager:player_max_health} - get the players max health
- {chatmanager:player_health} - get the players current health
- {chatmanager:player_hunger} - get the players current hunger
- {player_armor:defense,SLOT} -- Shows defense amount of the armor in the given slot.
- {player_armor:color,COLOR,SLOT} -- For dyed armor, gets the color component (CHOICES: red, green, blue, hex) in the slot.
- {player_armor:durability,MODE,SLOT} -- Durability info: current or max for the slot. (choices are: "current" or "max")
- {player_armor:material,SLOT} -- Name of the armor material in the slot.
Modded Placeholders
FTB Ranks
- {ftbranks:rank} - For getting the highest priority rank on the player
LuckPerms
- {luckperms:suffix} - Get the suffix thats attached to the player
- {luckperms:prefix} - Get the prefix that's attached to the player