GameTest Interpreter: A powerful scripting tool for Minecraft Bedrock Edition
The GameTest Interpreter is an add-on that executes instructions written in a programming or scripting language directly in Minecraft: Bedrock Edition. It is part of the GameTest Framework, the new scripting engine for Minecraft Bedrock Edition.
The GameTest interpreter currently supports JavaScript and TypeScript code. This means developers can create custom tests, scripts and functionality using a language they are familiar with
Mod details
jаvascript Interpreter
Currenly jаvascript is the only programming language that allow developers to use GameTest Framework APIs from within their code.
This add-on allows developers to debug jаvascript code and reports an error condition immediately in Minecraft in-game using this interpreter. This reduces the amount of script errors happened in your code development and time, and allows developers to experiment with the new features available in GameTest Framework API modules in Minecraft.
To learn more about GameTest API, please visit GameTest Documentation.
Here are some examples executing jаvascript in-game:
This script makes the world / script engine say "running"
This script shows the script has error.
To get started:
Type
$jаvascriptin chat to get the enchantment book
Use the enchantment book to open the interpreter
Type your jаvascript code in the chat
Press
Submitbutton to start executing your code
TypeScript Interpreter
TypeScript is a superset of jаvascript that adds syntax for types to compile to a clean jаvascript output.
This add-on has converted TypeScript source code from a CommonJS module to a ECMAScript module to become compatible with GameTest Framework.
This interpreter has the ability to show which character in a line of code has caused an error
To get started:
Type
$typescriptin chat to get the enchantment book
Use the enchantment book to open the interpreter
Type your typescript code in the chat (This interpreter do not support jаvascript input)
Press
Submitbutton to start the compiler
Wait until an error prompt pops up or a jаvascript interpreter with compiled code
Press Submit button again to execute your code
Trailer
Showcase video of the add-on
Installation
First you go to the download section and click "Download GameTest Interpreter".
You will be redirected to Linkvertise and GitHub, then the add-on will be downloaded to your device.
Import the add-on to Minecraft (Preferably Latest Minecraft Beta / Preview)
In the world setting, enable GameTest Framework in experimental section.