All versions
1.2
Release
Friend manager 1.215 hours ago 1
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client-side
Changes
Friend Manager v1.2 for Forge 1.16.5
[EN]
Port of Friend Manager v1.2 to Minecraft 1.16.5.
Included
/friend add <nick>- add a friend./friend remove <nick>- remove a friend./friend list- list of all added friends./friend help- mod help.- Friend list is saved to a separate file.
- Friend highlight: renders bright armor, even if the player is naked.
/friend damage- toggles damage blocking against friends./friend tpa- auto-accepts teleport requests from friends./friend setcolor <hex>- set a custom armor color for friends.
[RU]
Портирование Friend Manager v1.2 на Minecraft Forge 1.16.5.
Что включено
/friend add <ник>- добавление в друзья./friend remove <ник>- удаление из друзей./friend list- лист всех добавленных в друзья игроков./friend help- помощь по моду.- Сохранение списка друзей в отдельный файл.
- Подсветка друга: рендер яркой брони, даже если игрок голый.
/friend damage- блокировка урона по друзьям (вкл/выкл)/friend tpa- авто-принятие телепортов от друзей/friend setcolor <hex>- задать свой цвет брони для друзей
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:xo602V6F:ttMXx68W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xo602V6F:ttMXx68W"
}

