We added a plugin side API, it currently only has the DonationReceivedEvent. And I'll add more information and a page to generate an API key on the dashboard soon for the web based Json API.
> DonationsReceivedEvent - getCommand() - The command that will run. - getMcname() - The player that did donate. - getPackageName() - The package name. - getPackagePrice() - The price. - getCouponDiscount() - The amount discount.
Just import the plugin in your project and Listen for that event.
Note: This will still run the command, if you don't want to run the command from our system you can add the config option ( dont_run_command: false) so your own plugin can run it.