-
Notifications
You must be signed in to change notification settings - Fork 17
Stevertus edited this page Jun 9, 2019
·
2 revisions
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.
- 1.1 Installation von Node.js
- 1.2 Installation von Minecraft Script
- 2.1 mcscript new
- 2.2 mcscript compile
- 2.3 mcscript watch
- 2.4 Dev: mcscript modals