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 kills a server running on our raspberry pi: `/js box(blocks.air, 80, 80, 80);` On my pc, running windows 10, the command succeeds after some laggy seconds. The question is...

bug

I have a spigot v 1.11.2 and installed PermissionsEx ``` var pex = server.pluginManager.getPlugin('PermissionsEx'); if (pex.getUser(sender).inGroup('admin') ) { console.log("pex isAdmin "+sender.name); } ``` [05:53:10 ERROR]: Could not pass event PlayerCommandPreprocessEvent...

question

Recently, [SpongeMC](https://www.spongepowered.org/) declared that [its API is now 1.0](https://forums.spongepowered.org/t/status-update-api-release-edition/4889) i.e. it's ready for public use. Because Sponge's goal is to implement its API across as [many platforms as possible](https://docs.google.com/document/d/1VJ1WzHI-VUuoHEJz4SRHUbl-5XnsURbqP5fIi8B4Kyg/edit#heading=h.6w8ri891xk23), including...

enhancement

As my first adventure into Minecraft modding I picked up ScriptCraft and decided I want to build rails. As such, I wrote effectively a rail builder with syntax like.... `/js...

… required for console to work) You can't argue that node.js (or devtools) console works better than ScriptCraft's. Main differences: - functions support multiple arguments `console.log("a", 1, "b")` -> `a...

Ran across this unhandled error while using 'sign arrow'. * Executed the js command to set sign arrow. * IF properly looking at a sign and fire the arrow at...

This has been mentioned before, and due to the increased interest in node modules, it might be worth looking into. https://avatar-js.java.net/ It would give users access to modules like socket.io,...

enhancement

I find sometimes when I call /js refresh() in the Minecraft. There are some errors happened, then I can not run any command start with js until restart whole server....

Can somebody please provide an example of how to connect to a mongodb running on the same machine? I've tried connecting to the MongoDB via the Scritpcraft commandline and I'm...

From the sequence of output below it seems clear that ScriptCraft is echoing the warning below. There might be a Read operation that isn't coded properly for end of file...