CurseForge · Minecraft mod
ScriptCraft
Minecraft Modding using JavaScript
Quick answer
Which ScriptCraft release matches 1.7.9?
scriptcraft.jar targets 1.7.9, 1.7.8, 1.7.10. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is ScriptCraft required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does scriptcraft.jar need?
scriptcraft.jar on 1.7.9. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add ScriptCraft without breaking your instance.
Built for scriptcraft.jar on 1.7.9. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use scriptcraft.jar. It targets 1.7.9, 1.7.8, 1.7.10; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside scriptcraft.jar. It opens that exact file at the source.
About this project
What does ScriptCraft add?
ScriptCraft lets you create mods using Javascript. http://github.com/walterhiggins/ScriptCraft/
ScriptCraft is a plugin for Minecraft Servers which lets operators, administrators and plug-in authors customize the game using Javascript. ScriptCraft makes it easier to create your own mods. Mods can be written in Javscript and can use the full CanaryMod API or Bukkit API.
Once ScriptCraft is installed, you can create a new Minecraft mod by adding .js files to the scriptcraft/plugins directory. The following example will add a new 'jsp greet' command to the game:
// scriptcraft/plugins/greet.jsvar utils = require('utils');command(function greet( params, sender){ var recipient = utils.player( params[0] ); echo( recipient, 'Hi ' + recipient.getName() );}, utils.playerNames);
At the in-game prompt type 'jsp greet <TAB>'. Pressing the TAB key brings up a list of player names. Choose a player and hit enter. The player will receive the message.
Project description from CurseForge.
Pick your setup
ScriptCraft by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.8
1 loader build1.7.10
1 loader build1.7.9
1 loader build1.7.8
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
ScriptCraft versions and loaders
scriptcraft.jar
11 Jan 2015
Looking for an older file? The official CurseForge project page is in Resources.