1.0.0
Compatibility
Changes
New Features: (EN)
Main GUI (Key K): Added a fully animated interface to manage friends and requests (Friends, Incoming, and Outgoing tabs).
Secret Chat: Added a built-in P2P messenger. Messages between mod users are transmitted securely and hidden from the vanilla chat.
Player Profiles: Clicking on a friend now opens their profile. The mod automatically saves the date and server IP where you met, and allows you to write multi-line custom notes.
Visual Customization: Added a color picker with a live player preview to change friend nametag colors. Friends are marked with a star (⭐) in the Tab list and above their heads.
Notifications: Added custom on-screen pop-ups for logins, messages, and friend requests. Duration and position (Left/Right) can be configured in settings.
Localization: Full support for English and Russian languages.
Новые функции: (RU)
Главное меню (Клавиша K): Добавлен анимированный интерфейс для управления списком друзей и заявками (вкладки «Друзья», «Входящие», «Исходящие»).
Скрытый чат: Добавлен встроенный мессенджер. Сообщения между игроками с модом передаются скрыто, не засоряя стандартный чат сервера.
Досье игроков: Теперь при клике на друга открывается его профиль. Мод автоматически сохраняет дату и сервер вашего знакомства, а также позволяет писать многострочные заметки.
Кастомизация визуала: Добавлена палитра для изменения цвета никнеймов друзей. Друзья помечаются звездочкой (⭐) в Таб-листе и над головой.
Уведомления: Добавлены всплывающие уведомления на экране (вход друга, новое сообщение, заявка). В настройках можно изменить их длительность и позицию (слева/справа).
Локализация: Полная поддержка русского и английского языков.
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:oOfgOhgS:lBrS1lSK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oOfgOhgS:lBrS1lSK"
}

