Voxel Shop beta is live. Expect occasional bugs. Learn more
Automated Competitions | Anti-Exploit | Multi-UI Displays | Discord Integration
BBContest v1.0.3 is here! This update focuses on enhancing Discord Webhook customization and improving visual configurations. You can now use local image files for webhook thumbnails with an optional URL fallback, making your setup much easier without relying solely on external image hosting services.
You can now configure both local files and URL fallbacks directly:
file: "farming_bbcontest.png"
url: "https://example.com/farming_bbcontest.png"
Local Image Path: plugins/BBContest/images/ (This folder will be automatically created when the plugin loads or reloads).
How it works:
If the local file exists, the plugin will upload it directly to the Discord webhook.
If the local file is missing or empty, the plugin falls back to the configured URL.
Note: The legacy direct-URL thumbnail format is still fully supported.
Added flexible support for various color formats in Discord Embeds:
color: "&e&l"
color: "<#F1C40F>"
color: "<gradient:#F1C40F:#F39C12>"
Gradient Handling: Since Discord only supports a single solid color per embed, BBContest will automatically parse and use the first color of the gradient.
Refreshed and improved the default styling and content for both config.yml and leaderboard.yml.
📌 If your server is upgrading from an older version and already has an existing
webhook.yml, the plugin will not overwrite your files to protect your data.Please manually update the
thumbnailssection in your configuration to the newfile+urlformat to take advantage of the new local upload features.
You can now set custom Start and Finish thumbnail URLs for each contest type. This allows your Discord notifications to visually match the active in-game event.
FARM
MINE
KILLMOBS
FISHING
To use this feature, add the following placeholder to your webhook embed configuration in webhook.yml:
thumbnail: "%bbcontest_thumbnail%"
Dynamic Matching: The plugin automatically displays the correct image based on the active contest type and event status.
No-Winner Rule: Events with no winners (no-winner) will automatically use your designated Finish thumbnail.
| Step | Action | Description |
| 1 | Update | Update the plugin to the latest version. |
| 2 | Edit Config | Open webhook.yml and add your image URLs for each contest type. |
| 3 | Reload | Restart your server OR run the reload command: /bbcontest reload |