Mineuniverse
Log in Register
Mods

ScriptCraft

Minecraft Modding using JavaScript
by _ForgeUser10322610
Claim this project
4,805 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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.js
var 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.

No files available for download.

More from _ForgeUser10322610

ScriptCraft
20,954

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314