This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
Releases: ArmindoFlores/MineScript
Releases · ArmindoFlores/MineScript
Beta v1.1.2
More bugfixes.
Beta v1.1.1
Just a few bug fixes.
Beta v1.1.0
Changes:
- Fixed some bugs
- Added the
include
keyword
Beta v1.0.0
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
Changes:
- Fixed a few bugs regarding arithmetic.
- Improved readability (hopefully)
- Added a win-x86 binary file download option
Alpha v1.1.0
Changes:
- Added exponentiation
- Fixed some bugs
MineScript Alpha v1.0.0
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.