A modern chat management plugin for Minecraft servers running versions 1.17 through 1.21.4.
RexChat gives you control over your server's chat with essential moderation tools and customizable formatting. It's built to be lightweight and straightforward - no bloat, no unnecessary features.
- Chat Control - Mute or clear chat when needed, with bypass permissions for staff
- Custom Commands - Define your own commands through the config file
- Chat Formatting - Customize how messages appear with full color support (including HEX colors on 1.16+)
- Player Tooltips - Hovering over a player's name shows health, location, world, and ping
- PlaceholderAPI Support - Works with PAPI placeholders out of the box
- Java 21+
- Minecraft 1.17 - 1.21.4
- Paper or Spigot server
- Drop the plugin jar into your
pluginsfolder - Restart the server
- Configure settings in
plugins/RexChat/config.yml - Reload with
/rc reload
| Command | Aliases | Permission | What it does |
|---|---|---|---|
/rexchat |
/rc |
rexchat.admin |
Main command and reload |
/mutechat |
/mc |
rexchat.mute |
Toggle chat mute |
/clearchat |
/cc |
rexchat.clear |
Clear chat messages |
Additional permissions:
rexchat.bypass- Talk when chat is muted
The config file is pretty self-explanatory. You can customize messages, chat format, hover tooltips, and create custom commands.
Example chat format setup:
chat-format:
enabled: true
format: "&7{player}&8: &f{message}"
player:
hover:
enabled: true
lines:
- "&cHealth: {health}/{max_health}"
- "&eWorld: {world}"
- "&bLocation: {x}, {y}, {z}"
- "&aPing: {ping}ms"Available placeholders: {player}, {display_name}, {message}, {world}, {health}, {max_health}, {x}, {y}, {z}, {ping}
git clone https://github.com/rexsystems/RexChat.git
cd RexChat
mvn clean packageThe compiled jar will be in the target folder.
RexChat is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
What this means:
- ✅ Free to use, modify, and distribute
- ✅ Can be used on commercial servers
- ❌ Cannot sell closed-source versions
- ❌ Modifications must be open source (GPL v3)
For more information: https://www.gnu.org/licenses/gpl-3.0.html
Made by RexSystems