How to excute function in bedrock edition (PC, android)
Step1. Download commands.
Convert image in this app, and download zip file (minecraftDot.zip).
Step2. Decompress the zip fiel.
Decompress the zip file by clicking zip file You don't need special tools, just click file
Step3. Load function from minecraft as behaivior pack.
Open development_behavior_packs folder in Minecraft folder. In that folder, please put the folder (dot_pack folder) that you extract in step2. You should end up with a folder structure like the one in the below.
- 📂 development_behavior_pack
- └ 📂 dot_pack
- â”” manifest.json
- └ 📂 functions
- â”” cmd1.mcfunction
- â”” cmd2.mcfunction
- â”” cmd3.mcfunction
- â”” ...
Step4. Activate behavior pack
Open Minecraft app, and open world setting that you excute function Please select Behavior Packs in Add-Ons section Next, select behavior pack that you load, and tap activate.
Step5. Activate behavior pack
Lastly enter world and excute function. Type the following /function fileName If the loading is successful, you will be presented with a list of possible commands while typing /function. Please excute all the split functions file in order if there are multiple function files in functions folder. (cmd1, cmd2 ...) When you edit commands, please excute /reload