Folleach / DonationAlerts-Minecraft

A modification that allows you to receive events from DonationAlerts
MIT License
11 stars 4 forks source link

Allow multiple command/message in one handler #5

Open Folleach opened 1 year ago

Folleach commented 1 year ago

For avoid boilerplate

handlers:
- delay: 0
  properties:
    type: daintegrate/handler/message
    value:
      message: Hello! This is an example message for all events from Donation Alerts
- delay: 0
  properties:
    type: daintegrate/handler/message
    value:
      message: Hello! This is an example message for all events from Donation Alerts