This page is about downloading your blockly mods so you can play them offline. Note: you'll have to install a few things on your computer.
This is a great way to put your mods on your own server or share them with friends. Please keep in mind that this is a work-in-progress alpha, and that if you run into any problems or encounter any bugs please report them on our forums.
scriptcraft-server
.scriptscraft-server
, then scripts
. Inside scripts
make a folder with the name of your Minecraft username..js
or your mod won't work!cd
into your scriptcraft_server
folder (since you downloaded it, it's usually in your Downloads
folder). You should type something
like this: cd ~/Downloads/scriptcraft_server/
(if you're on a PC, omit the '~').java -jar spigot.jar
into the Terminal or Command prompt. This should start your ScriptCraft server.Starting Minecraft server on *:
with a number after the colon. Write down that number. We'll need it in a second.localhost:
followed by the number we wrote down after the colon. Hit Join Server. If everything went right, you should be
loaded into your server in seconds./
to access the in-game terminal then js <username>.<name of your mod>.main()
and hit enter. For example, if my username was Notch and my mod named NotchMod, I would type, in total, /js Notch.NotchMod.main()
.NOTE: The above directions were written for intermediate and advanced users. If you have trouble following them, check out the video below. Still having trouble? Post your problem in the forum.