VelocityChat
A plugin for Velocity cross server chat
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
VelocityChat
VelocityChat
- 中文 - English
A Cross-server chat plugin for Velocity proxy
Features
- Cross-server chat - (configurable, default true) Enable color code . check Minecraft Wiki for more information , use `&` instead of `§` in game. - `/vchat local` Send local message (to current server), alias (configurable) `/lc`. - `/vchat broadcast` Send global message, alias (configurable) `/br`. - Message of player joined, left and switch server. - (configurable, default false) Send sample players when client refreshing multiplayer games. - (configurable, default false) Show all proxy players on tab list. - (configurable, default true) enable command `glist`. - (configurable, default true) enable default global chat. - (configurable) Send local message if chat message is starts with matched string. - (configurable) translations
Files
Locate in `plugins/VelocityChat`
Configuration `config.toml`
- See in the file
Langs
Default `langs/default/*.properties`
- The default language file is now forced to refresh
Custom `langs/custom/*.properties`
- You can replace any default translation here.
Some of the translations:
- Fallback chat format:`qu_an.chat.message.chat.default=<chat_format>`
- Server exclusive chat format:`qu_an.chat.message.chat.server.<server_id>=<chat_format>` - Examples: - `qu_an.chat.message.chat.server.lobby=§8[§r{0}§8|§r{1}]§r<{2}§r> {3}` - `qu_an.chat.message.chat.server.survival=§8[§r{0}§8]§r<{2}§r> {3}` - Use fallback chat format if missing.
- Server name:`qu_an.chat.server.name.<server_id>=<server_name>` - Examples: - `qu_an.chat.server.name.lobby=Lobby` - `qu_an.chat.server.name.survival=§aSurvival Server` - Use server id if missing.