Skip to content

v0.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 16:51
· 1403 commits to main since this release
613b1d4

Game version: v1.20.81

Minecraft - Version

Added

  • Level::getDimension for getting the dimension of a specific level.
  • Player::getAddress and Player::getPort for getting the socket address and port of a specific player, respectively.
  • Logs are now written to logs/latest.log with rotations.
  • Basic scheduler implementation, currently supporting only synchronized task execution.
  • PlayerLoginEvent is called when a player attempts to log in.

Changed

  • Support for Minecraft v1.20.81 (Bedrock)

Fixed

  • Server no longer crashes when the weather is changed on Linux.

Full Changelog: v0.4.1...v0.4.2