v0.4.2
Game version: v1.20.81
Added
Level::getDimension
for getting the dimension of a specific level.Player::getAddress
andPlayer::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