Releases: WayfindEntertainment/Bedrock-Debug-Screen
Releases · WayfindEntertainment/Bedrock-Debug-Screen
v2.1.1
v2.1.0
Updated for Minecraft Bedrock version 1.21.71 and up.
Breaking Changes
- Significant rewrites for upgrading the
@minecraft/serverversion to2.0.0-beta. This add-on will no longer work on Minecraft versions below 1.21.71.
New Features
- Improved spawn location data display.
- Weather status updates immediately now instead of waiting for the first weather change event.
Bug Fixes
- No longer prevents text messages being sent in chat while in multiplayer.
- Other add-ons can now use the
world.beforeEvents.chatSendevent as well, which restores this add-on to being load order agnostic.
v2.0.0
Updated for Minecraft Bedrock version 1.21 and up.
Breaking Changes
- Significant rewrites for upgrading the
@minecraft/serverversion to1.12.0-beta. This addon will no longer work on Minecraft versions below 1.21.
New Features
- Added player spawn location and dimension data.
- Added moon phase data.
Bug Fixes
- Game will no longer throw an error when looking at blocks that are in unloaded chunks.
- Trying to use
!debug offbefore using!debug onfor the first time will no longer throw an error. - When using
!debug onafter the debug screen is already running, it no longer adds a new process to the stack. This allows!debug offto actually work when called.