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

1. Create a sign. 2. Look at it and do arrows.sign() 3. Click the sign and try shooting an arrow. Works as expected. 4. Stop the server. 5. Restart the...

No JavaScript Engine available. ScriptCraft will not work without Javascript. ![2016-07-22 9 27 05](https://cloud.githubusercontent.com/assets/10086099/17048447/b0d04d60-4fee-11e6-91a3-36299064ae7b.png) ![2016-07-22 9 28 10](https://cloud.githubusercontent.com/assets/10086099/17048450/b72b02ea-4fee-11e6-951d-8c4fed240a9e.png) Server: http://cyberdynecc.github.io/Thermos

First of all thanks for putting ScriptCraft together. Very excited about teaching the kids to code. I have installed as per instructions using CanaryMod (v1.8.0-1.2.0) running on linux VM (Azure)...

Getting this warning: > cow-clicker minigame is not yet supported in CanaryMod or Craftbukkit I've removed the script and modified it but it seems on startup the script is replaced...

On the following system: > scriptcraft v3.2.0-2016-03-19 > CraftBukkit version git-Spigot-d20369f-7fc5cd8 (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT) When executing this line in minecraft it works: /js box0(blocks.quartz,breite,5,breite).fwd().right().box(blocks.emerald,8,1,8).up(5).left().back().times(5); When using it...

I am just starting with ScriptCraft. I'm trying to figure out where my drone is. I'd really like to use this like logo. Is there a way to mark the...

Reflects the updated signs example

My kids are loving the things they can build now, so thanks first of all. I'm trying to graduate them to more lengthy programs that reasonably fit in the console....

Are there any tools/workflows that I can use for debugging the scripts that I create in scriptcraft? I find some of the error messages that come up in-game can be...