Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
🪙 DonateIntegrate
Real-time donation integration for Minecraft 1.12.2. Bring your stream into the game. Reward, react, and recognize your supporters — live.
🎯 Purpose
DonateIntegrate
is a client-side Forge mod for Minecraft 1.12.2 that connects your game to your donation platform using WebSocket technology. It enables real-time reactions to donations directly inside the game — perfect for streamers who want to engage their audience in creative and interactive ways.
⚙️ Features
- 🔌 WebSocket connection to external donation systems
- ⚡ Live updates in-game when a donation is received
- 💬 Customizable in-game messages or events triggered by donations
- 🔐 Fully client-side — no server installation required
- 📝 YAML and JSON config support
- 📦 Built-in SLF4J logging for debugging
📦 Installation
- Install Minecraft Forge 1.12.2
- Place
DonateIntegrate-2.0.4.jar
into yourmods/
folder - Start Minecraft and configure the mod via the generated config files (
.dintegrate/
)
💡 This mod is client-only. Do not install it on a server!
🧩 Compatibility
Feature | Supported |
---|---|
Minecraft | 1.12.2 |
Forge | ✅ Yes |
Fabric/NeoForge | ❌ Not supported |
Multiplayer | ✅ Works (client only) |
Serverside | ❌ Not required |
🧠 How it works
DonateIntegrate
uses embedded libraries like:
Java-WebSocket
— for persistent donation channelGson
— to handle incoming JSON payloadsSnakeYAML
— for clean config formattingSLF4J
— lightweight logging
You can define reactions to donations via config files, such as in-game chat messages, sounds, or even triggering scripts using Minecraft commands.
📁 Configuration
After launching the mod once, it generates a folder (e.g., config/dintegrate/
) with YAML and JSON files for:
- WebSocket URL and authentication
- Command templates or actions per donation tier
- Logging preferences
📺 Use Case Example
“When someone donates $5 or more, my Minecraft character says thanks in chat and fireworks go off in-game. It's a fun way to connect with viewers.” — A streamer using DonateIntegrate
🛠️ License & Credits
- Developed by bogdan3000
- Powered by open-source libraries
- Open for community contributions (coming soon)
❤️ Support & Feedback
If you enjoy this mod, consider leaving a like or sharing feedback. Feature requests and pull requests are welcome!