ScriptCraft icon indicating copy to clipboard operation
ScriptCraft copied to clipboard

Write Minecraft Plugins in JavaScript.

Results 91 ScriptCraft issues
Sort by recently updated
recently updated
newest added

This commit adds a basic https module based off the http one allowing Javascript to make https requests in addition to http ones

Enhancement request added per this conversation in ScriptCraft Google Groups thread: [https://groups.google.com/d/msg/scriptcraft---scripting-minecraft/Ea8CveeeFX0/K9rvd65FBgAJ](url)

enhancement

The new Scripting API for Minecraft Bedrock Edition will be coming out soon. What impact do you think this will have on ScriptCraft? If it comes to Java Edition, will...

With the same behaviour like command block would do.

https://minecraft.makecode.com seems like a simple way to teach a younger audience, but the architectural and licensing requirements are daunting, and for me, insurmountable. But, at that site, kids can easily...

Minecraft 1.13 will have many changes in identifiers for blocks, items, materials, etc. We've already seen the trend in recent releases and Mojang wants to do away with magic numbers....

enhancement
spigot
1.13

Also removes duplicates & trailing whitespace in the blocks definitions

Hi, I've been developping quite a lot with ScriptCraft lately, and I was wondering if there is any linter / formatter recommended. Personally, I'm using clang-format right now (but I'm...

Adds a Value to the Config: suppress-errors: true/false ; false by default, can be changed to true to hide script execution errors from /js and plugins

So I have wanted to make a mod for quite a while now but do not speak Java. This last year I have been learning JavaScript and node so I...