Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Command-Master/CMC

Compilation of a syntex very similar to java to Minecraft Commands. Output is in the `functions` folder, which you should copy inside a datapack with the `cmc` namespace. Compile with `python3 compile.py yourfile.cmc`
https://github.com/Command-Master/CMC

Last synced: 2 months ago
JSON representation

Compilation of a syntex very similar to java to Minecraft Commands. Output is in the `functions` folder, which you should copy inside a datapack with the `cmc` namespace. Compile with `python3 compile.py yourfile.cmc`

Lists

README

        

# CMC
Compilation of a syntax very similar to java to Minecraft Commands.

The output is in the `functions` folder, which you should copy inside a datapack with the `cmc` namespace.

Compile with `python3 compile.py yourfile.cmc`

You can compile the example with `python3 compile.py example/*.cmc`