Back to mods

CurseForge · Minecraft mod

ScriptCraft

Minecraft Modding using JavaScript

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which ScriptCraft release matches 1.7.9?

Updated 11 years ago
Best match for your filters scriptcraft.jar
Game version 1.7.9, 1.7.8, 1.7.10
Loader Not required

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release No loader listed
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

No extra mods listed for this file

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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.

5 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

ScriptCraft versions and loaders

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.