VeloChatX Docs
VeloChatX is a modern chat solution designed for Minecraft Velocity servers, focused on delivering fast, clean, and reliable real-time communication across your proxy network.
It is built with a lightweight and extensible architecture, making it easy to maintain, customize, and scale as your server community grows.
Whether you want a solid out-of-the-box chat experience or a flexible foundation for advanced features, VeloChatX is designed to support both.
- When player join/leave server,broadcast the join/leave message to previous server and the present server.
- Automatically parse chat color logging out in proxy server.
- Support message customization
- Use luckperms to get player data.
- i18n support, support language en_US, zh_CN
- auto fix the language for the player join the game
- auto update
- ban words filter
- timed broadcast support
- persist data with database
- tab list replace
- flexable inner server placeholder
- Download the plugin from latest Release
- Put
VeloChatXfile to yourVelocityplugin file - Start the server and the plugin will generate config files for you
- Stop the server and configurate the configs file
- Restart the server and enjoy.
- clone the repository from remote
git clone https://github.com/Danburen/VeloChatX
- add dependency of WaterAPI with jitpack
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://www.jitpack.io' }
}
}
dependencies {
implementation 'com.github.Danburen:WaterAPI:-SHAPSHOT'
}
