This repository was archived by the owner on Apr 18, 2022. It is now read-only.
Releases: MinimineLP/mcscript-java
Releases · MinimineLP/mcscript-java
v0.0.3 (Beta)
v0.0.3 (Beta)
New Features
- Foreach loops (see here)
- Dowhile loops (see here
- "run:" to run commands
- shortwrite var++ & var-- to add or remove 1 to/from the var
- Debug Features (see here)
- Now easy globalify of the mcscript and the mcscript-java command, see here
- .repl() see here
Updates
- Raycasting now works like in mcscript
Bugfixes
- Wrong file bug
- Raycast wrong function call
- Statement bugs
- While bug
- Varedit bugs
- The applying of variables by for-loops
Technical
- Added custom parser and generator for raycasting
- Added static register for last FileSet
- Edited concept of ConstUseParser, now working column by column
0.0.2
0.0.2 (Fixes and additions)
Fixed:
- "then bug"
Added - while loops
- raycasting
0.0.1
mcscript java 0.0.1 (Beta), there are missing features and propably many bugs!