Skip to content

v1.2.1

Choose a tag to compare

@mccreeper1318 mccreeper1318 released this 01 Mar 09:25
· 31 commits to main since this release
83af5e8

Full Changelog: https://github.com/mccreeper1318/deathstodiscord/commits/1.2.1

DeathsToDiscord Changelog

Version 1.0.0

  • Initial release
  • Reads deaths scoreboard objective
  • Posts leaderboard to Discord via webhook
  • Supports configurable update interval
  • Supports ALL players or TOP N display modes
  • Basic config.yml setup

Version 1.1.0

  • Switched from interval updates to updating on every player death
  • Added automatic creation of a single Discord message
  • Implemented PATCH editing to update the same message (no spam)
  • Added message-id storage in config.yml
  • Added update delay batching to prevent Discord rate limits
  • Added /d2d reload command for live config reload
  • Added permission node: d2d.admin

Version 1.2.0

  • Improved leaderboard formatting
  • Enhanced error handling for missing objective or webhook
  • Added automatic startup update
  • Improved scoreboard parsing reliability
  • Improved config validation and console logging

Version 1.2.1

  • Fixed "Invalid HTTP method: PATCH" error
  • Replaced HttpURLConnection with Java 21 HttpClient
  • Improved PATCH request reliability and Discord compatibility
  • Minor internal cleanup and stability improvements