
The next generation of Minecraft chat management. Multilingual, private, and highly customizable. Build the chat your community deserves with 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.
ChatNext launches with a robust core set of features designed to improve communication.
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.
{prefix}, {player}, and {message}.config.yml. Example: &8[&bPrefix&8] {player} &8» &f{message}./msg (aliases: tell, w, m) and /reply (r) commands.config.yml that appear when a player enters or leaves./chatnext (Alias: /cn): Base command./chatnext reload: Reloads config.yml and language files instantly. Permission: chatnext.admin/msg <player> <message>: Send a PM. Permission: chatnext.msg/reply <message>: Reply to the last conversation. Permission: chatnext.msgChatNext-1.0.0.jar.plugins folder.config.yml to 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."