Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Releases: ArmindoFlores/MineScript

Beta v1.1.2

05 Sep 10:40
65ebfe2
Compare
Choose a tag to compare
Beta v1.1.2 Pre-release
Pre-release

More bugfixes.

Beta v1.1.1

05 Sep 10:36
7ca1964
Compare
Choose a tag to compare
Beta v1.1.1 Pre-release
Pre-release

Just a few bug fixes.

Beta v1.1.0

28 Aug 18:56
d2b0b6f
Compare
Choose a tag to compare
Beta v1.1.0 Pre-release
Pre-release

Changes:

  • Fixed some bugs
  • Added the include keyword

Beta v1.0.0

27 Aug 13:08
eef42e3
Compare
Choose a tag to compare
Beta v1.0.0 Pre-release
Pre-release

Changes:

  • Added tags (global runtime variables that can be defined outside your program)
  • Added function arguments and improved functions overall
  • Added function return values using return and $return
  • Added the $setdata command
  • Added the && and || logic operators (and/or)
  • Added the abs() instruction which returns the absolute value of an expression
  • Changed how .info files work
  • Added new arguments to the MineScript.py files
  • Improved error detection
  • Massively improved scoreboard usage
  • Fixed some bugs related to arithmetic
  • Minor bug fixes

A lot of the code has also been rewritten.

Alpha v1.2.0

20 Aug 20:20
25105fe
Compare
Choose a tag to compare
Alpha v1.2.0 Pre-release
Pre-release

Changes:

  • Fixed a few bugs regarding arithmetic.
  • Improved readability (hopefully)
  • Added a win-x86 binary file download option

Alpha v1.1.0

10 Aug 16:26
6ca5a58
Compare
Choose a tag to compare
Alpha v1.1.0 Pre-release
Pre-release

Changes:

  • Added exponentiation
  • Fixed some bugs

MineScript Alpha v1.0.0

31 Jul 12:40
a684d0c
Compare
Choose a tag to compare
Pre-release

Alpha v1.0.0

The first version of MineScript, a scripting language that allows you to easily create complex Minecraft datapacks without having to use the traditional Minecraft command syntax.