DonationAlertsAPI

DonationAlertsAPI

A plugin for handling DonationAlerts donations in Minecraft.

19 downloads
2 followers

DonationAlertsAPI

Paper Java License Release

DonationAlertsAPI is a modern, high-performance Minecraft plugin that allows you to receive real-time donation alerts directly from the DonationAlerts platform in your game.

The plugin connects to the DonationAlerts WebSocket API and fires custom events within the server, enabling seamless integration with other plugins for various use cases (e.g., announcing donations, giving rewards, executing commands).


Features

  • Real-time - Receives donation alerts instantly via DonationAlerts WebSocket.
  • Custom event - Fires a custom DonationEvent that can be listened to by any other plugin.
  • Easy configuration - All settings are managed via a simple config.yml file and command /daapi auth to easily obtain an access-key.
  • Reload command - Reload configuration without restarting the server (/daapi reload).
  • MiniMessage - Native support for MiniMessage is built into the plugin.
  • PlaceholderAPI - PlaceholderAPI support in built-in commands.
  • Donation actions - Customizable commands that will be executed when a donation is received.

Built-in commands and functions

Installation

  1. Download the latest JAR file from the Releases page or from Modrinth.
  2. Place the DonationAlertsAPI-*.jar file into the plugins folder of your Paper server.
  3. Start (or restart) the server to generate the default configuration.
  4. Edit the plugins/DonationAlertsAPI/config.yml with your DonationAlerts account details (see Configuration for more information).
  5. Reload the plugin with /daapi reload or restart the server again.

See more information on Official GitHub and Wiki