ChatTools
🟠 Updated over a year agoPreview

🔍 Analysis
- 🏆 #125 of 171 management mods in this game by downloads
📋 About This Mod
# ChatTools - Velocity Cross-Server Chat Plugin !(https://img.shields.io/badge/Velocity-3.4.x-blue) !(https://img.shields.io/badge/Java-17-green) !(https://img.shields.io/badge/License-GPLv3-green.svg) **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. --- ## Features - **Cross-Server Message Sync**: - Messages sent by players on any sub-server are broadcast to all online players in real-time. - Message format includes **server alias** and **player name**. - **Custom Server Names**: - Define server display names via configuration files (e.g., `lobby` → `Main Lobby`). - **Cross-Server Private Messaging**: - Use `/tell` or `/msg` to privately message players across servers. - Messages are visible only to the **sender**, **receiver**, and **console**. - Supports tab-completion for online player names. - **Dynamic Configuration**: - Use `/chattools reload` to reload configurations without restarting the server. - **Compatibility**: - Supports Velocity 3.4+ and Minecraft 1.16+. --- ## Installation ### 1. Download the Plugin Download the latest `ChatTools.jar` from (https://github.com/NSrank/ChatTools) or other distribution channels. ### 2. Install the Plugin Place the downloaded `ChatTools.jar` into the `plugins/` directory of your Velocity server. ### 3. Start the Server Start the Velocity server. The plugin will automatically generate the default configuration file at `plugins/ChatTools/config.yml`. --- ## Usage ### Commands | 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`. | ### Examples 1. **Cross-Server Chat** A player in the `Lobby` server sends: ``` Steve: Hello everyone! ``` A player in the `Survive` server replies: ``` Alex: Welcome to Survival! ``` 2. **Cross-Server Private Message**: ``` Steve → Alex: How's it going? ``` --- ## Configuration The configuration file is located at `plugins/ChatTools/config.yml`: ```yaml servers: lobby: name: "Main Lobby" color: "AQUA" survive: name: "Survival World" color: "GREEN" minigame: name: "MiniGame Zone" color: "YELLOW" ``` - **Keys** (e.g., lobby) are **Velocity server IDs**. - **Values** (e.g., Main Lobby) are **display names** used in chat. --- ## Support and Feedback If you encounter any issues or have suggestions for improvements, please contact us through the following channels: - **GitHub Issues**: (https://github.com/NSrank/ChatTools/issues) --- ## License & Disclaimer - **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. --- ## Acknowledgements Special thanks to the following technologies and tools: - (https://papermc.io/software/velocity) - (https://github.com/snakeyaml/snakeyaml) - (https://github.com/KyoriPowered/adventure?spm=a2ty_o01.29997173.0.0.7c5733f51H3mj8) --- **中文版**:(https://github.com/NSrank/ChatTools)
# ChatTools - Velocity Cross-Server Chat Plugin !(https://img.shields.io/badge/Velocity-3. 4.x-blue) !(https://img.shields.io/badge/Java-17-green) !(https://img.shields.io/badge/License-GPLv3-green.svg)
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.
## Features - Cross-Server Message Sync: - Messages sent by players on any sub-server are broadcast to all online players in real-time. - Message format includes server alias and player name. - Custom Server Names: - Define server display names via configuration files (e.g., `lobby` → `Main Lobby`). - Cross-Server Private Messaging: - Use `/tell` or `/msg` to privately message players across servers. - Messages are visible only to the sender, receiver, and console. - Supports tab-completion for online player names. - Dynamic Configuration: - Use `/chattools reload` to reload configurations without restarting the server. - Compatibility: - Supports Velocity 3. 4+ and Minecraft 1. 16+.
## Installation ### 1. Download the Plugin Download the latest `ChatTools.jar` from (https://github.com/NSrank/ChatTools) or other distribution channels.
### 2. Install the Plugin Place the downloaded `ChatTools.jar` into the `plugins/` directory of your Velocity server.
### 3. Start the Server Start the Velocity server. The plugin will automatically generate the default configuration file at `plugins/ChatTools/config.yml`.
## Usage
### Commands
| Command | Permission | Description |
|----------------------------|------------------------|---------------------------------------------------------------------|
| `/chattools reload` | `chattools.reload` | Reload the plugin configuration file to apply changes immediately. |
| `/tell
### Examples 1. Cross-Server Chat
A player in the `Lobby` server sends:
``` Steve: Hello everyone! ```
A player in the `Survive` server replies:
``` Alex: Welcome to Survival! ```
2. Cross-Server Private Message: ``` Steve → Alex: How's it going? ```
## Configuration The configuration file is located at `plugins/ChatTools/config.yml`: ```yaml servers: lobby: name: "Main Lobby" color: "AQUA" survive: name: "Survival World" color: "GREEN" minigame: name: "MiniGame Zone" color: "YELLOW" ``` - Keys (e.g., lobby) are Velocity server IDs. - Values (e.g., Main Lobby) are display names used in chat.
## Support and Feedback If you encounter any issues or have suggestions for improvements, please contact us through the following channels:
- GitHub Issues: (https://github.com/NSrank/ChatTools/issues)
## License & Disclaimer - 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.
## Acknowledgements Special thanks to the following technologies and tools:
- (https://papermc.io/software/velocity)
- (https://github.com/snakeyaml/snakeyaml)
- (https://github.com/KyoriPowered/adventure?spm=a2ty_o01. 29997173. 0. 0. 7c5733f51H3mj8)
中文版:(https://github.com/NSrank/ChatTools)
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- NSrank
- Version
- 1.4-SNAPSHOT
- Downloads
- 447
- Endorsements
- 2
- Category
- management
- Created
- 4/21/2025
- Updated
- 4/20/2025
- Game Versions
- 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
- Tags
- management, social
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does ChatTools support?
The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.
What is the latest version of ChatTools?
Version 1.4-SNAPSHOT, published 2025-04-20 with 447 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await