Skip to content

Releases: ProTerUga/DonationAlertsAPI

v1.0.4 - Built-in functions

Choose a tag to compare

@ProTerUga ProTerUga released this 21 Jul 19:04
  • added built-in functions. See more information here
    • [sound] - play sound to player(s)
    • [message] - send message to player(s)
    • [times] - set timings for title & subtitle to player(s)
    • [title] - send title message to player(s)
    • [subtitle] - send subtitle message to player(s)
    • [actionbar] - send actionbar message to player(s)
    • [effect] - apply potion effect to player(s)
  • expanded list of currencies in /daapi test command
  • fixed built-in commands reload issue

Full Changelog: 1.0.3...1.0.4

[RELOAD ISSUE] v1.0.3 - Support 1.18.2+

Choose a tag to compare

@ProTerUga ProTerUga released this 20 Jul 19:32

This version has an issue with the /daapi reload command not working correctly for reloading built-in commands. Use version v1.0.4.

  • changed Java version to 17
  • changed PaperAPI version to 1.18.2-R0.1-SNAPSHOT
  • added PlaceholderAPI support for built-in commands
  • added "Missing" messages for sections not found in config.yml
  • added new messages sections to config.yml
  • added quotes escape for $message$ and $username$ embedded placeholders
  • changed BrigadierAPI command to basic CommandExecutor
  • fixed issue: The reload command didn't read the updated config.

Full Changelog: 1.0.2...1.0.3

[RELOAD BUG] v1.0.2

Choose a tag to compare

@ProTerUga ProTerUga released this 18 Jul 14:46

This version has a major issue with the /daapi reload command not working correctly. Please use version v1.0.4 instead.

  • added Javadocs to DonationEvent class
  • added debug section to config.yml
  • added messages.reload.error section to config.yml
  • added $recipient_amount$ placeholder
  • added comment-warning for invalid sections in config.yml
  • replaced using ConfigUpdater library with the use of org.bukkit.configuration.file.YamlConfiguration
  • removed ConfigUpdater dependency from the project
  • changed project.name and project.build.finalName in pom.xml

Full Changelog: 1.0.1...1.0.2

v1.0.1 - In-game obtaining Access-key

Choose a tag to compare

@ProTerUga ProTerUga released this 17 Jul 01:17
  • added aliases for /daapi command: /donationapi, /donationalerts, /donationalertsapi
  • added client-id section to config.yml
  • added client-secret section to config.yml
  • added redirect-uri section to config.yml
  • added new command /daapi auth and new sections messages.auth.* in config.yml
  • added new command /daapi token <code> and new sections messages.token.* in config.yml

Full Changelog: 1.0.0...1.0.1

v1.0.0 - Initial release

Choose a tag to compare

@ProTerUga ProTerUga released this 16 Jul 21:16
  • added event that is triggered with each new donation alert
  • added minimessage support to messages
  • added the ability to set commands that must be executed when receiving a donation

Full Changelog: 1.0.0