Skip to content

Releases: Endkind/EnderCarryOn

v0.4.0

30 Mar 09:01
89f4674

Choose a tag to compare

Changed

  • Add PaperMC 1.21.3 support (Paper API 1.21.2 does not exist)
  • Add Helper; no longer includes a massive listener
  • Add support for trapped_chest, ender_chest, and barrel
  • Remove empty credit entry from resource pack
  • Remove non-existent parent reference from resource pack
  • Add custom models for trapped_chest, ender_chest, and barrel

v0.3.1

29 Mar 15:03
5de19f6

Choose a tag to compare

Fixed

  • chests can be picked up again

Changed

  • converted Keys enum to a class

v0.3.0

25 Mar 22:10
e00b25b

Choose a tag to compare

Changed

  • Split the listeners into multiple files for better structure
  • Added a central key file
  • Added another key for future use
  • Moved config check in OnPlayerJoinListener to the registration phase instead of performing it on every player join

V0.2.0

18 Mar 22:57
c229cd3

Choose a tag to compare

Fixed

  • Introduced a new configuration option in the config file:
    reset_walk_speed_on_join: false  # Only required when upgrading from v0.0.1 to a higher version if players experience constant slow movement issues.
  • This option fixes the issue of players experiencing constant slow movement after upgrading from v0.0.1.

v0.1.2

18 Mar 00:22
a4b5e00

Choose a tag to compare

Changed

  • GitHub Actions workflow now replaces “development” with $VERSION in plugin.yml (instead of config.yml)

v0.1.1

17 Mar 23:44

Choose a tag to compare

Changed

  • Updated config.yml to use "{tag}" as a placeholder for resourcepack versioning via GitHub Actions.
  • build.gradle now reads the version from the environment variable (VERSION) with a fallback to "development".
  • Implemented a GitHub Actions workflow to auto-update the version in plugin.yml, preventing manual mistakes.

v0.1.0

17 Mar 23:11

Choose a tag to compare

Changed

  • Adjusted movement speed modification:

    • Removed modification of "minecraft:movement_speed" on the player.
    • Applied a -50% "minecraft:movement_speed" modifier to the chest.
  • Warning: Manual configuration update required in the "resource_pack" section:

    • The "url" is incorrect. Please either update the "url" field to:
      https://github.com/Endkind/EnderCarryOn/releases/download/v0.1.0/resourcepack.zip
    • Or delete both "url" and "hash" so that the plugin writes them automatically at startup.

v0.0.1

16 Mar 11:42

Choose a tag to compare

init