BoostyBridge is an open-source plugin for Minecraft servers that provides integration with the Boosty.to platform. It automates the process of giving and taking away in-game rewards for Boosty subscriptions.
Setup Instructions (auth_data & client_id)
To enable the integration, you need to retrieve your session data: 1. Log in to [boosty.to](https://boosty.to) using your creator account. 2. Press **F12** (Developer Tools) and go to the **Storage** tab. 3. In the left menu, find **Local Storage** -> `https://boosty.to`. 4. Find the key named `auth` and copy its entire value (starts with `{%22accessToken%22...`). Paste it into the `auth_data` field in `config.yml`. 5. Find the key `_clientId` in the same list and copy its value into the `client_id` field.
❗ IMPORTANT: NEVER share this data with anyone! It provides full access to your account.
Main Features
* Smart Protection: Account ownership verification via Email in private chat mode (toggle via `verify_email`). * Auto-Sync: Background subscription checks. Rewards are automatically removed if the subscription expires. * Auto-refreshing Tokens: Setup once and forget — the plugin handles token refreshing internally. * Database Support: Works with SQLite out-of-the-box or MySQL for server networks. * Global Announcements: Custom broadcast messages when a player links their subscription.