Skip to content

v0.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 17:28
· 1297 commits to main since this release
503ac64

Game version: v1.20.81

Minecraft - Version

Added

  • Server::getOnlinePlayers for getting all online players.
  • Player::kick for kicking a specific player with a custom message.
  • Player::getPing for getting the average latency of a connected player.
  • Actor::getLocation and Actor::getVelocity for getting the location and velocity of an actor respectively.
  • Actor::getLevel for getting the Level that an actor resides in.

Changed

  • Level is no longer created for each Dimension in a Minecraft world. Instead, one Level now manages multiple
    Dimensions.
  • Player::getAddress now returns a SocketAddress instead of std::string. Player::getPort was removed,
    use SocketAddress::getPort instead.
  • Executable endstone now accepts --server-folder instead of --install-folder, and --no-confirm instead
    of --install.
  • Endstone server will now ask the user whether to update the Bedrock Dedicated Server if an older version is found.

Full Changelog: v0.4.2...v0.4.3