Links
Tags
Creators
Details
26.2
Compatibility
Changes
StreamChat 26.2 [ENG]
New Features & Additions:
-
New Mod Icon: Refreshed the official mod icon for a sleeker look!
-
Context Menu (Right-Click): Right-click any message in the chat history window to open a context menu. You can quickly Copy the message or Delete it (perfect for moderating spam).
-
Anti-Block System (Proxy & SSL): Twitch now connects via a secure SSL channel (port 6697) by default. For YouTube, we added a built-in HTTP Proxy feature in the settings to bypass ISP blocks without needing a system-wide VPN.
-
Reset: A reset button has been added to the settings. A normal click resets only visual colors, while Shift + Click completely wipes all settings (including your channel links and proxy data).
Fixes & Polish:
-
Fixed Twitch Names: The mod now requests IRC tags, displaying original Twitch display names with proper capitalization (e.g., SultiX_ instead of sultix_).
-
Fixed YouTube Handles: Removed the annoying @ symbol from YouTube usernames.
StreamChat 26.2 [RU]
Новые функции и изменения:
-
Новая иконка мода: Обновлен официальный логотип проекта!
-
Контекстное меню (ПКМ): Теперь вы можете кликнуть правой кнопкой мыши по любому сообщению в окне истории. Появится меню, позволяющее Скопировать текст сообщения или Удалить его (удобно для модерации).
-
Анти-Блокировка (Proxy & SSL): Twitch теперь по умолчанию использует защищенное SSL-шифрование (порт 6697). А для YouTube добавлена возможность использовать HTTP-прокси прямо в настройках мода, не включая VPN на весь ПК.
-
Сброс настроек: В меню появилась иконка сброса. Обычный клик сбрасывает только визуальные цвета, а Shift + Клик полностью стирает все настройки (включая ссылки и прокси).
Исправления багов и полировка:
-
Фикс ников Twitch: Мод теперь запрашивает IRC-теги и показывает правильный регистр букв в никнеймах (например, SultiX_ вместо sultix_).
-
Фикс ников YouTube: Убрана надоедливая собачка (@) перед именами пользователей YouTube.
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:rGrNYPFv:JINcbpjv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rGrNYPFv:JINcbpjv"
}

