Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.03 KB

MCFBuilder

An intreperter for Minecraft Function, dedicated to elimilate all minecraft command.

Characteristic

Allow user defined variables and use it inside minecraft command
Support for iteration and programmatic syntax

Installing

Download the files in the release

Usage

execute the .exe file inside the folder with a command line or add the path to the enviroment variables

Command

mcfbuilder compile <LOGGING LEVEL 0-5> 

The command will compile all namespaces with a .mcfconfig inside

mcfbuilder new [datapack version (1-10)] [namespace]

this will initialize a directory with .mcfconfig

Syntax

Refer to Syntax

Built In

Refer to Built In Functions

Contributing

Feel free to contribute! :)
Especially for the vscode language support 0w0