JMC (JavaScript-like Minecraft Function) is a mcfunction extension language for making Minecraft Datapack. Code example: Text.tellraw(@a, "everything outside the function"); say "just goes into the load function"; function myFunc() { // function execute as @a at @s run { Text.tellraw...
There is an example of this file located in the ‘mscripts’ directory that demonstrates how to include user specific files. And during the build process, the MCToolBox will call this .m file automatically. The hand written .c files will be copied t...