Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 23:44
· 289 commits to main since this release
aaed9cd

This is a minor update introducing the new Boss Bar API and more events.

Game version: v1.21.22

Minecraft - Version

Added

  • Support for Minecraft v1.21.22.
  • Boss bar API.
  • Block::getRelative to get a block relative to a block face.
  • BlockBreakEvent triggered when a player breaks a block.
  • BlockPlaceEvent triggered when a player places a block against another block.
  • PlayerInteractEvent triggered when a player right-clicks a block.
  • PlayerInteractActorEvent triggered when a player interacts with an actor.
  • An auto installer script for installing Endstone on Linux (thanks to @legitbox).

Changed

  • Check chunk states before getting the block in Dimension::getBlockAt.

Fixed

  • #38 - Plugins can now be properly loaded inside a virtual
    environment on Linux.

New Contributors

Full Changelog: v0.5.1...v0.5.2