mcscript
mcscript copied to clipboard
A programming language for Minecraft Vanilla
Many people uses VSCode compatible editor (VSCodium, VSCode-OSS,...), as the binary are free and open source. However, these editor are not really allowed to use microsoft default market place. It...
The compiler assumes that an `else` statement after `if(!condition1 && !condition2)` is `if(condition1 && condition2)`, when in reality it should be `if(condition1 || condition2)` (aka `if(!(!condition1 && !condition2))` which mcscript...
This isn’t an issue but on this site feature requests are usually put in Issues. I haven’t used this yet but it looks really good. Maybe you could add strings...
There is a poly-fill trick for supporting arguments to functions using the new `/data get storage [name] [path]`. Format example: ``` mcscriptfunctions |___ [function name] |___ [meta data] |___ [arguments]...
Hello. Is it possible to add flags like -build or something else to use in CI/CD jobs. Using this flag should be like `-fullErr` but exit the software wrongly to...
Hi, the modaljs is a function that needs to return some minecraft commands. I think it would be more handy if you could return mcscript code :)
The category "Language Packs" is for extensions that provide localized display languages such as German and Japanese. 
That is the minor bug. If this bug is fixed, the datapacks generated will be compatible up to minecraft 1.16.1 and onwards. But I have a small suggestion on something...
Translate the English version of README.md into Chinese.