SkillAgentSearch skills...

MineScript

A scripting language to create complex minecraft datapacks and functions

Install / Use

/learn @ArmindoFlores/MineScript
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MineScript

MineScript is a scripting language that allows you to easily create complex Minecraft datapacks without having to use the traditional Minecraft command syntax. It's built using antlr4 and python3.

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

Alternatively, you can download the binary file here

Documentation:

https://minescript.readthedocs.io

Source code repository and issue tracker:

https://github.com/ArmindoFlores/MineScript

License

MIT - see file LICENSE for details.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1mo ago
Forks1

Languages

Python

Security Score

90/100

Audited on Feb 5, 2026

No findings