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

The current CI has no tests in it. I got [Jasmine working in Minecraft](https://github.com/Magikcraft/scriptcraft-modular-arch/tree/master/resources/js/__jasmine) and use it to unit test the Magikcraft plugins that are built on top of ScriptCraft...

Hi. I read docs and exited to start using ScriptCraft. However I don't know how I can use API which other plugins provide (for example https://www.spigotmc.org/resources/vault.34315/). Will it be a...

Ref: https://travis-ci.org/walterhiggins/ScriptCraft/builds/641863564 Build error is: > Expected feature release number in range of 9 to 15, but got: 8 Ref: https://changelog.travis-ci.com/xenial-as-the-default-build-environment-99476 > > Xenial as the default build environment (9...

I found this repo through scriptcraftjs.org. But the links from there brought me to the master branch version of `README.md`, which appears to be about 3 years old, and which...

While creating a script to welcome new players, I've noticed that Bukkit color codes are not working. I tried it with the echo and the player.sendMessage command.

Hello, do you plan ES6 support? If you will apply code transformer - I can hook into it with BabelJS

Would you accept a Dockerfile that allows you to push an image to the Docker Hub? With this, installation could be reduced to something like: docker run -e EULA=true -p25565:25565...

enhancement

If you have example ScriptCraft scripts you want to share with others, please post a comment here with a link to the script (assuming it's on github or elsewhere)

I was looking for the enchantment names in the api reference, but cannot find them. Does anyone have a list of the enchantment names (for bukkit/spigot)

Just started using ScriptCraft and loving it! I would love to make HTTPS requests to various secure APIs from within Minecraft. Have you looked at adding support for this in...

enhancement