Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 2 months ago
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
.
- (configurable, default true) Enable color code
. check Minecraft Wiki for
more information
, use
- 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.
- Examples:
-
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.
- Examples: