Gametest-API-Wrapper icon indicating copy to clipboard operation
Gametest-API-Wrapper copied to clipboard

Library built off of Minecraft Bedrock Edition Gametest API. Easily allows you to interact with the API, while including a lot more features!

Results 6 Gametest-API-Wrapper issues
Sort by recently updated
recently updated
newest added

![Screenshot_20240107-101439_Minecraft](https://github.com/notbeer/Gametest-API-Wrapper/assets/88704154/d1f27abe-7a5e-4fbc-9e11-499d2b34b10d) install failed on Minecraft Pocket editon 1.20.1 Plz fix it.

How to write the subscription destruction box and how to do HTTP get ``` import {Commands, World} from 'mojang-minecraft'; /* 执行指令 /*————*/ const log = function(msg) { Commands.run(`tellraw @a {"rawtext":[{"text":"${msg}"}]}`,...

Can you fix this? When the score is `0`, it's say `undefined` ![Screenshot_20220129-135336420](https://user-images.githubusercontent.com/94102324/151652039-e3a58c19-8c3c-4f51-b0f7-44edba044804.jpg)

regolith filter https://github.com/ShiCheng-Lu/Regolith-Filters/tree/main/module_importer. please check and modify package.json as you need.

In the base game it behaves differently. I changed it to resemble the base game. ![image](https://user-images.githubusercontent.com/61999256/138178243-f71b30ee-0ef7-43f7-a935-d8666ee19b73.png) ![image](https://user-images.githubusercontent.com/61999256/138178334-08ecc949-3064-472e-9a5a-085fd3ca4924.png)

The proposal is simple; create a broadcast function that instead accepts a translation key as an argument, as well as a list of text to substitute within the translation. This...