Skip to content
Stevertus edited this page Jun 9, 2019 · 2 revisions

Introduction

Minecraft Script is a programming language for developers of mcfunctions, Minecraft maps and packages. The .mcscript files are therefore compiled and generated to the function format. This enables the developer extended possibilities, such as Modals, Loops, Varibles, Constants and Command-Wrapping.

Everyone who wants to try, can visit my playground stevertus.com/mcscript and can play with its function.

english documentation

Introduction

deutsche Dokumentation

Einleitung

1) Installation

  • 1.1 Installation von Node.js
  • 1.2 Installation von Minecraft Script

2) CLI Commands

  • 2.1 mcscript new
  • 2.2 mcscript compile
  • 2.3 mcscript watch
  • 2.4 Dev: mcscript modals
Clone this wiki locally