0.5.3
Compatibility
Changes
Donat Events - клиентский NeoForge-мод для стримеров, который подключает DonationAlerts прямо к Minecraft.
Возможности
- Авторизация через DonationAlerts OAuth
- Автообновление access token
- Оверлей топ-донатера
- Режим топа за день или за всё время
- Перетаскивание оверлея и быстрые позиции на экране
- Настраиваемый текст оверлея
- Компактные уведомления о донатах в чате
- Подарочная анимация доната в стиле тотема
- Кнопка тестового доната
- Статус подключения DonationAlerts в меню настроек
Важно
Мод работает на клиенте и предназначен для стримеров. Для настройки DonationAlerts нужно создать OAuth-приложение и указать redirect URL:
http://localhost:17845/donationalerts/callback
Подробная инструкция есть в README.
Donat Events is a client-side NeoForge mod for streamers that brings DonationAlerts integration directly into Minecraft.
Features
- DonationAlerts OAuth login
- Automatic access token refresh
- Top donator overlay
- Today and all-time top modes
- Draggable overlay with quick screen positions
- Custom overlay text
- Compact donation messages in chat
- Gift-style donation animation inspired by the totem popup
- Test donation button
- DonationAlerts connection status in the config screen
Important
This mod is intended for client-side streamer use. To connect DonationAlerts, create an OAuth application and set the redirect URL to:
http://localhost:17845/donationalerts/callback
See the README for setup instructions.
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:HQzvVDEz:uoACX7rx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HQzvVDEz:uoACX7rx"
}

