Skip to content

Full rewrite of MineScript, a scripting language to help create complex minecraft datapacks and functions

License

Notifications You must be signed in to change notification settings

ArmindoFlores/MineScript2

Repository files navigation

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.

Documentation:

Work in progress

Source code repository and issue tracker:

https://github.com/ArmindoFlores/MineScript2

License

MIT - see file LICENSE for details.

About

Full rewrite of MineScript, a scripting language to help create complex minecraft datapacks and functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published