Installation

To start using MineScript, you must first download either the source code or the executable file. MineScript is written in Python 3, so if you download the source code, you'll need it too.

How to build MineScript

  1. Install antlr4 and its python targets;
  2. Run the command java org.antlr.v4.Tool -Dlanguage=Python3 -visitor -no-listener MineScript.g4 on the MineScript directory.
  3. To turn your code into a minecraft datapack, use MineScript.py --file yourfile.ms on the command line.