Skip to content
This repository was archived by the owner on Apr 18, 2022. It is now read-only.

v0.0.3 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@MinimineLP MinimineLP released this 17 Jul 17:17
· 3 commits to master since this release

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

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