Skip to content

v0.5.4

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 13:35
· 222 commits to main since this release
6640348

This is a minor update that adds the support for the latest version of Minecraft

Game version: v1.21.30

Minecraft - Version

Added

  • Added support for Minecraft v1.21.30.
  • Added support for Python 3.13.
  • Added biome data to the DevTools by @CoolLoong.

Changed

  • BREAKING CHANGE: Player::performCommand now executes the command as a Player to
    resolve #53. This means the command execution will now depend on
    the player's permissions as operator permissions are no longer granted. If you still want to have the player perform a
    command with elevated permissions, consider using Server::dispatchCommand to execute
    execute as {player_name} run {command}.

Fixed

  • Actor::isOnGround, Actor::isInWater, and Actor::isInLava now return the correct values.
  • Fixed a typo in the documentation by @thatgurkangurk.
  • Fixed the command parser logic for chained commands.
  • Fixed a server crash when spawning a simulated player due to the absence of an invalid network identifier.

New Contributors

Full Changelog: v0.5.3...v0.5.4