ChatTools is a cross-server chat management plugin designed for Minecraft Velocity servers. It supports global message synchronization, custom server display names, and cross-server private messaging, enhancing player communication in multi-server environments.
> Note: This plugin is AI-developed to simplify cross-server chat management.
lobby → Main Lobby)./tell or /msg to privately message players across servers./chattools reload to reload configurations without restarting the server.Download the latest ChatTools.jar from GitHub or other distribution channels.
Place the downloaded ChatTools.jar into the plugins/ directory of your Velocity server.
Start the Velocity server. The plugin will automatically generate the default configuration file at plugins/ChatTools/config.yml.
| Command | Permission | Description |
|---|---|---|
/chattools reload |
chattools.reload |
Reload the plugin configuration file to apply changes immediately. |
/tell <player> <message> |
chattools.command.tell |
Send a private message to a player across servers. |
/msg <player> <message> |
chattools.command.tell |
Alias for /tell. |
A player in the Lobby server sends:
[Main Lobby] Steve: Hello everyone!
A player in the Survive server replies:
[Survival World] Alex: Welcome to Survival!
[Main Lobby] Steve → [Survival World] Alex: How's it going?
The configuration file is located at plugins/ChatTools/config.yml:
servers:
lobby:
name: "Main Lobby"
color: "AQUA"
survive:
name: "Survival World"
color: "GREEN"
minigame:
name: "MiniGame Zone"
color: "YELLOW"
If you encounter any issues or have suggestions for improvements, please contact us through the following channels:
Development Statement: This plugin is AI-developed to provide efficient chat management for the Minecraft Velocity community.
License: Licensed under GNU General Public License v3.0. You are free to use, modify, and distribute it under the license terms.
Disclaimer: The developer is not responsible for any issues arising from the use of this plugin.
Special thanks to the following technologies and tools:
中文版:Github