v0.4.9
We are excited to introduce the new DevTools, which provides an easy and friendly way to dump data from BDS!
Game version: v1.21.1
Added
- Support for Minecraft v1.21.1.
ActorDeathEvent
andPlayerDeathEvent
triggers when an actor or a player dies.Player::giveExp
andPlayer::giveExpLevels
functionality for adding experience points/levels added.Player::getAllowFlight
andPlayer::setAllowFlight
to check or grant the ability for players not in creative mode
to fly.Player::setFlying
to toggle a player's flying status.- An overload of
sendMessage
to allow the sending of translatable messages with parameters that will be localized on the
client side. Player::getExpProgress
andPlayer::setExpProgress
to get or set a player's progress towards the next level.Player::getExpLevel
andPlayer::setExpLevel
to get or set a player's current experience level.Player::getTotalExp
to get the total amount of experiences a player has collected.Player::getLocale
to get the player's current locale.Player::getDeviceId
andPlayer::getDeviceOS
to get information related to the player's device.- A DevTools to help community projects get necessary data from BDS (currently only available on Windows). To open the
DevTools, use command/devtools
in the console.
Changed
Permissible.op
property in the python binding is renamed toPermissible.is_op
.- Crash dumps will now print system and version info in addition to stack traces.
Fixed
- Suppressed warning message about empty UDP packets from the output.
Full Changelog: v0.4.8...v0.4.9