Is there an existing issue for this?
Current behaviour
maybe this is the same problem as "WorldEdit tag not working". adding worldedit tag doesn't respond anything. as well as using commands.
Expected behaviour
changing the versions of dependencies module @minecraft/server to 1.14.0-beta and @minecraft/server-ui to 1.2.0 in manifest.json fixed this issue. I tried to use @minecraft/server version 1.12.0 but the problem of failing to export WatchdogTerminateReason appeared. maybe it's not in this version?
Steps to reproduce
No response
Content logs
10:17:15[Scripting][error]-Plugin [WorldEdit Bedrock Edition 0.9.0] - module [WorldEdit Bedrock Edition 0.9.0 - 1.0.0] requesting invalid module version [@minecraft/server-ui - 1.2.0-beta].
Available versions:
@minecraft/server-ui - 0.1.0
@minecraft/server-ui - 1.0.0
@minecraft/server-ui - 1.1.0
@minecraft/server-ui - 1.2.0
@minecraft/server-ui - 1.3.0-beta
@minecraft/server-ui - 2.0.0-alpha
10:17:15[Scripting][error]-Plugin [WorldEdit Bedrock Edition 0.9.0] - module [WorldEdit Bedrock Edition 0.9.0 - 1.0.0] requesting invalid module version [@minecraft/server - 1.12.0-beta].
Available versions:
@minecraft/server - 0.1.0
@minecraft/server - 1.0.0
@minecraft/server - 1.1.0
@minecraft/server - 1.2.0
@minecraft/server - 1.3.0
@minecraft/server - 1.4.0
@minecraft/server - 1.5.0
@minecraft/server - 1.6.0
@minecraft/server - 1.7.0
@minecraft/server - 1.8.0
@minecraft/server - 1.9.0
@minecraft/server - 1.10.0
@minecraft/server - 1.11.0
@minecraft/server - 1.12.0
@minecraft/server - 1.13.0
@minecraft/server - 2.0.0-alpha
@minecraft/server - 1.14.0-beta
Minecraft version
1.21.20
Device and operating system
Android 13
Additional info
how i fix
- open manifest.json (BP).
- change the
@minecraft/server to 1.14.0-beta or latest version. ( in mc 1.21.30 beta, try 1.15.0-beta )
- chage the
@minecraft/server-ui to 1.2.0 or latest
i hope it will help.
Is there an existing issue for this?
Current behaviour
maybe this is the same problem as "WorldEdit tag not working". adding worldedit tag doesn't respond anything. as well as using commands.
Expected behaviour
changing the versions of dependencies module @minecraft/server to 1.14.0-beta and @minecraft/server-ui to 1.2.0 in manifest.json fixed this issue. I tried to use @minecraft/server version 1.12.0 but the problem of failing to export WatchdogTerminateReason appeared. maybe it's not in this version?
Steps to reproduce
No response
Content logs
Minecraft version
1.21.20
Device and operating system
Android 13
Additional info
how i fix
@minecraft/serverto1.14.0-betaor latest version. ( in mc 1.21.30 beta, try 1.15.0-beta )@minecraft/server-uito1.2.0or latesti hope it will help.