Skip to content

Releases: SimpleMC/SimpleHealthbars2

0.5.0

17 May 18:08

Choose a tag to compare

Download

Added

  • GH-22: Always on healthbars for NAME or SCOREBOARD via special-case always duration (@tajobe)

Fixed

  • GH-29: Update health for existing bars on all damage events (@tajobe)

0.5.0

17 May 18:09

Choose a tag to compare

0.5.0 Pre-release
Pre-release
latest-snapshot

Release version: 0.5.0

0.4.0

17 Feb 18:32

Choose a tag to compare

Changed

  • MC 1.21, Kotlin 2.1, Gradle 8.12 (@tajobe)

Fixed

  • Prevent name healthbar from overwriting name tags (@tajobe)

0.3.1

08 Mar 01:25

Choose a tag to compare

Changed

  • Merged template SimpleMC/mc-kotlin-plugin-template
  • MC 1.19, Kotlin 1.8, Gradle 8
  • Release tag prefix changed from release- to v

release-0.3.0

13 Mar 23:27

Choose a tag to compare

Download

Changed

  • Update gradle to 7.4
  • Update to Spigot/MC 1.18
  • Update to Java 17

Added

  • Add optional per-world healthbar config

release-0.2.0

17 May 02:44

Choose a tag to compare

Download

Added

  • useMainScoreboard config option on SCOREBOARD healthbars to configure if it should use the main scoreboard (true) or a new one (false) (default: false)
  • duration config option on NAME and SCOREBOARD healthbars to configure number of seconds the healthbar shows for

Changed

  • Updated README for clarity around types and styles valid for a specific configuration

Fixed

  • Add explicit exception when healthbar type is invalid for a specific bar configuration

release-0.1.3

11 Feb 00:58

Choose a tag to compare

Download

Changed

  • Updated README.md to include actual information
  • Update to v3 of anton-yurchenko/git-release action
  • Previous -all (fat-jar) distribution is now the default jar and added a -nokt distribution without the kotlin stdlib.
    • Users can provide the stdlib on their classpath and avoid every plugin needing to include it.

release-0.1.3-mc-1.14

11 Feb 04:43

Choose a tag to compare

release-0.1.3-mc-1.14 Pre-release
Pre-release

Download

Changed

  • api-version: 1.14 to support MC 1.14

0.1.2

24 Jan 01:43

Choose a tag to compare

Changed

  • Switched from SimpleMC/git-release back to antonyurchenko/git-release for release action

Fixed

  • Fixed Damage listener using incorrect value to calculate health (#11)

0.1.1

18 Dec 05:19

Choose a tag to compare

Added

  • Release workflow to add a draft GH release on tag