mcscript icon indicating copy to clipboard operation
mcscript copied to clipboard

A programming language for Minecraft Vanilla

Results 25 mcscript issues
Sort by recently updated
recently updated
newest added

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...

wontfix

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...

wontfix
future?

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]...

enhancement
wontfix

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...

enhancement
wontfix

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 :)

enhancement
wontfix

The category "Language Packs" is for extensions that provide localized display languages such as German and Japanese. ![image](https://user-images.githubusercontent.com/12818376/55660055-433abd00-57b9-11e9-835b-6c1077cdd28c.png)

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...

enhancement

Translate the English version of README.md into Chinese.