v1.0.0
SpigotSalesWebhook v1.0.0
Initial stable release of SpigotSalesWebhook, a self-hosted Java worker that monitors SpigotMC premium resource buyer lists and sends Discord webhook notifications when new sales are detected.
Highlights
- Monitors configured SpigotMC premium resource buyer pages.
- Sends Discord webhook embeds for new sales.
- Shows buyer name, plugin name, purchase date, price, and currency.
- Uses a first-run baseline so existing buyers are recorded without spamming Discord.
- Stores seen buyers per plugin in a local state file.
- Supports a single
config.ymlfile for webhook, cookie, scan interval, and plugin targets. - Includes Docker and Docker Compose support for server deployments.
Documentation
Setup and configuration guide:
https://docs.despical.dev/spigot-webhook/
Docker
docker compose up -d --buildLogs:
docker compose logs -f spigot-sales-webhookRequirements
- Java 25, if running without Docker
- A Discord webhook URL
- A valid SpigotMC cookie with access to your premium resource buyer pages
Notes
The release JAR is intended to run as a standalone worker. Create your own config.yml from config.example.yml before starting the application.
Full Changelog: https://github.com/Despical/SpigotSalesWebhook/commits/1.0.0