Skip to content

Releases: WayfindEntertainment/Bedrock-Debug-Screen

v2.1.1

25 Jun 22:53

Choose a tag to compare

Updates the @minecraft/server version to 2.1.0-beta.

Breaking Changes

  • None

New Features

  • None

Bug Fixes

  • None

v2.1.0

11 Apr 19:28

Choose a tag to compare

Updated for Minecraft Bedrock version 1.21.71 and up.

Breaking Changes

  • Significant rewrites for upgrading the @minecraft/server version to 2.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.chatSend event as well, which restores this add-on to being load order agnostic.

v2.0.0

21 Jun 16:44

Choose a tag to compare

Updated for Minecraft Bedrock version 1.21 and up.

Breaking Changes

  • Significant rewrites for upgrading the @minecraft/server version to 1.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 off before using !debug on for the first time will no longer throw an error.
  • When using !debug on after the debug screen is already running, it no longer adds a new process to the stack. This allows !debug off to actually work when called.