Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 2 months ago
ChatNext
The definitive chat management solution for modern Minecraft servers. ChatNext is a lightweight, efficient, and highly customizable chat plugin designed to replace cumbersome, outdated chat managers. Built from the ground up for compatibility with Spigot 1.20+, it offers the perfect balance between professional features and simplicity.
Features
ChatNext launches with a robust core set of features designed to improve communication.
Languages
ChatNext is multilingual. Out of the box, we support English (en), Spanish (es), and Portuguese (pt). All messages are separated into language files in the /idiomas/ folder. This allows administrators to easily change the server language in the config.yml or create translations.
Format
- Placeholders: Define your chat structure using
{prefix},{player}, and{message}. - Configurable: Control exactly how the chat looks via the
config.yml. Example:&8[&bPrefix&8] {player} &8» &f{message}.
Private
- System: Includes native
/msg(aliases:tell,w,m) and/reply(r) commands. - Tracking: Conversations use player UUIDs, preventing memory leaks.
- Toggleable: Messaging can be disabled entirely via the config.
- Block: A clean prevention system stops players from messaging themselves.
Alerts
- Silent: Completely disable Minecraft's default yellow join/quit messages.
- Custom: Define unique, colorful, and localized messages in the
config.ymlthat appear when a player enters or leaves.
Commands
Core
/chatnext(Alias:/cn): Base command./chatnext reload: Reloadsconfig.ymland language files instantly. Permission:chatnext.admin
Messages
/msg <player> <message>: Send a PM. Permission:chatnext.msg/reply <message>: Reply to the last conversation. Permission:chatnext.msg
Installation
- Download the
ChatNext-1.0.0.jar. - Place it in your server's
pluginsfolder. - Restart your server.
- Edit the generated
config.ymlto set your desired language.
# Available languages in the 'idiomas' folder: en, es, pt
language: "en"
# Default Chat Format
chat-format: "{prefix} {player} &8» &f{message}"
private-messages:
enabled: true
format-send: "&8[&dMe &5-> &d{receiver}&8] &f{message}"
format-receive: "&8[&d{sender} &5-> &dMe&8] &f{message}"
join-quit-messages:
enabled: true
join: "&8[&a+&8] &7{player} joined the server."
quit: "&8[&c-&8] &7{player} left the server."


