All versions
1.4.1
Release
Velocity Friends 1.4.13 weeks ago 26
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
Platform
Velocity
Changes
What's New in Version 1.4.1:
- Personal server switch notification toggle - Players can now enable/disable server switch notifications individually
- Server alias system - Replace technical server names with custom display names in the config
- Admin message spy feature - Monitor private messages with permission-protected
/friend watch <player>command - Enhanced MySQL support - Full support for special characters in database passwords (
" \ # ; : / ? & | $) - Hex color support in all messages - Use
<#RRGGBB>(MiniMessage style) or&#RRGGBB(BungeeCord style) anywhere inconfig.yml - MySQL auto-reconnect - Plugin automatically reconnects to the database if it goes offline and comes back (30-second cooldown between attempts, no data loss)
- Fixed stale MySQL connections - Added HikariCP keepalive, max lifetime, and connection validation to prevent silent failures after the database is idle
- Fixed activity status (Active/AFK/DND) not being saved to MySQL - Was previously only stored in memory and reset on every restart
- Server join action configurable: direct connection or custom command
- Fixed config migration for new settings in
server_aliasesfrom existing configs
Summary of changes from beta versions of 1.4.1
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| friends-companion-1.1.1.jar | Unknown | 33.64 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:iXFymxIc:iZZv4VhE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iXFymxIc:iZZv4VhE"
}


