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

Releases: MinimineLP/mcscript-java

v0.0.3 (Beta)

17 Jul 17:17

Choose a tag to compare

v0.0.3 (Beta) Pre-release
Pre-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

0.0.2

24 Jun 16:25

Choose a tag to compare

0.0.2 Pre-release
Pre-release

0.0.2 (Fixes and additions)

Fixed:

  • "then bug"
    Added
  • while loops
  • raycasting

0.0.1

24 Jun 12:52

Choose a tag to compare

0.0.1 Pre-release
Pre-release

mcscript java 0.0.1 (Beta), there are missing features and propably many bugs!