Box3JS

Quick rating

Box3JS

No reviews yet

Box3JS is a Minecraft server-side mod inspired by Box3 coding style. You don’t need to write Java — just use TypeScript to build scripts.

API/Library
Educational
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Optional

About

Project Details

Type
Mod
License
Apache License 2.0
Latest Version
box3js-0.1.0-neoforge-mc1.21.1-beta.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Box3JS — Minecraft Scripting Engine

Beta — APIs may change during early development. Feedback is welcome.

No Java, just TypeScript. Build Minecraft minigames, RPG systems, and world mechanics with scripts that hot-reload in seconds.

Built on Mozilla Rhino, Box3JS brings the Box3 coding style to Minecraft servers. Write TypeScript, run it instantly — no JDK, no Gradle, no server restarts.

Features

  • TypeScript-first — Full type declarations (.d.ts) with bilingual JSDoc, auto-complete in any editor
  • Box3-compatible API — World, Entity, Player, Voxels, Storage, Database, HTTP, remoteChannel
  • 110+ Minecraft extensions — Scoreboards, BossBars, teams, world border, particles, fireworks, potions, custom blocks/items/sounds registration, and more
  • Client-side scripting — Custom HUD, keyboard input, audio playback, client-side SQLite & HTTP
  • Project isolation — Run multiple script projects independently, each with its own scope and callbacks
  • Sandbox mode — Test safely; roll back all script-made changes on stop
  • Standalone compilation/box3script compile packages your script into a distributable JAR

Quick Start

/box3script create mygame
npm install && npm run build
/box3script sandbox mygame
/box3script start mygame

Full guide: https://docs.box3lab.com/box3js-mc

License

Apache License 2.0


Box3JS(神岛代码)— Minecraft 脚本引擎

Beta — 早期测试阶段,API 可能变动,欢迎反馈。

不写 Java,只用 TypeScript。 在 Minecraft 里用脚本开发小游戏、RPG 玩法、世界机制,热重载秒级生效。

Box3JS 基于 Mozilla Rhino 引擎,延续了神奇代码岛的 API 风格。无需 JDK、无需 Gradle、无需重启服务器,写 TypeScript 即写即跑。

特性

  • TypeScript 优先 — 完整类型声明(.d.ts),双语 JSDoc,任意编辑器均有自动补全
  • Box3 兼容 API — World / Entity / Player / Voxels / Storage / Database / HTTP / remoteChannel
  • 110+ MC 扩展 — 记分板、Bossbar、队伍、世界边界、粒子、烟花、药水、自定义方块/物品/音效注册等
  • 客户端脚本 — 自定义 HUD、键盘输入、音效播放、客户端 SQLite & HTTP
  • 项目隔离 — 多脚本项目独立运行,各自拥有独立作用域和回调
  • 沙盒模式 — 放心测试,停止后回滚一切脚本改动
  • 独立编译/box3script compile 一键打包为可分发 JAR

快速开始

/box3script create mygame
npm install && npm run build
/box3script sandbox mygame
/box3script start mygame

完整教程:https://docs.box3lab.com/box3js-mc

许可证

Apache License 2.0

Box3JS — Minecraft Scripting Engine

Beta — APIs may change during early development. Feedback is welcome.

No Java, just TypeScript. Build Minecraft minigames, RPG systems, and world mechanics with scripts that hot-reload in seconds.

Built on Mozilla Rhino, Box3JS brings the Box3 coding style to Minecraft servers. Write TypeScript, run it instantly — no JDK, no Gradle, no server restarts.

Features

  • TypeScript-first — Full type declarations (.d.ts) with bilingual JSDoc, auto-complete in any editor
  • Box3-compatible API — World, Entity, Player, Voxels, Storage, Database, HTTP, remoteChannel
  • 110+ Minecraft extensions — Scoreboards, BossBars, teams, world border, particles, fireworks, potions, custom blocks/items/sounds registration, and more
  • Client-side scripting — Custom HUD, keyboard input, audio playback, client-side SQLite & HTTP
  • Project isolation — Run multiple script projects independently, each with its own scope and callbacks
  • Sandbox mode — Test safely; roll back all script-made changes on stop
  • Standalone compilation/box3script compile packages your script into a distributable JAR

Quick Start

/box3script create mygame
npm install && npm run build
/box3script sandbox mygame
/box3script start mygame

Full guide: https://docs.box3lab.com/box3js-mc

License

Apache License 2.0


Box3JS(神岛代码)— Minecraft 脚本引擎

Beta — 早期测试阶段,API 可能变动,欢迎反馈。

不写 Java,只用 TypeScript。 在 Minecraft 里用脚本开发小游戏、RPG 玩法、世界机制,热重载秒级生效。

Box3JS 基于 Mozilla Rhino 引擎,延续了神奇代码岛的 API 风格。无需 JDK、无需 Gradle、无需重启服务器,写 TypeScript 即写即跑。

特性

  • TypeScript 优先 — 完整类型声明(.d.ts),双语 JSDoc,任意编辑器均有自动补全
  • Box3 兼容 API — World / Entity / Player / Voxels / Storage / Database / HTTP / remoteChannel
  • 110+ MC 扩展 — 记分板、Bossbar、队伍、世界边界、粒子、烟花、药水、自定义方块/物品/音效注册等
  • 客户端脚本 — 自定义 HUD、键盘输入、音效播放、客户端 SQLite & HTTP
  • 项目隔离 — 多脚本项目独立运行,各自拥有独立作用域和回调
  • 沙盒模式 — 放心测试,停止后回滚一切脚本改动
  • 独立编译/box3script compile 一键打包为可分发 JAR

快速开始

/box3script create mygame
npm install && npm run build
/box3script sandbox mygame
/box3script start mygame

完整教程:https://docs.box3lab.com/box3js-mc

许可证

Apache License 2.0

Screenshots

Gallery

  • QQ20260506-200309.png
    QQ20260506-200309.png QQ20260506-200309.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works