ScriptCraft
ScriptCraft copied to clipboard
Write Minecraft Plugins in JavaScript.
I am thinking about coding my server in JS but I need to know if this is still developed plugin. Also if my performance will struggle much when I'll write...
> GraalVM Javascript requires the use of Java.type(typename). It does not support accessing classes just by their fully qualified class name by default. Java.type brings more clarity and avoids the...
Example: commando('test', function(params, sender) { echo(sender, 'Hello'); } allows to use: /test, /Test, /TEst, etc
Should help the beginners, to have a easier set up. With less interruptions, due incompatible versions, of the plugin and spigot.
Hi thanks for great plugin, please, can someone help me with this? Time to time I build bukkit with new version of MC using BuildTools and it almost always worked...
Hello! Today I was having some trouble figuring out why my HTTP request wasn't working, every time that I tried to request something, it would return a 403 error, after...
If I define a function, like so: `/js var yeet = function () { console.log('yeet'); };` And type the variable into the JS command: `/js yeet` The expected output should...
This method was deprecated and has been removed in 1.13. See: https://bukkit.org/threads/moving-blocks-settypeidanddata-deprecated.299908/ Executing `js rainbow()` in 1.13 gives errors like this: ``` Drone build error: TypeError: block.setTypeIdAndData is not a...