Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

IceBlcokMC/Js_Engine_v1

 
 

Repository files navigation

JS_Engine

| 中文 | English |

JsEngine 基于 ScriptX 和 NodeJs 实现,支持在 EndStone 中运行 JavaScript 插件。

由于精力有限,本项目进度缓慢

📚 文档

访问我们的在线文档了解更多信息,包括:

  • 🚀 快速开始
  • 📦 安装指南
  • 🔧 插件开发
  • 📖 API 参考

💻 支持平台

Platform Backend Version CommonJs ESM package manager
Windows NodeJs v22.12.0 y y npm
Linux NodeJs v22.12.0 y y npm

🔨 从源码编译

在编译之前,确保您已经安装了以下工具链:

  • xmake
  • MSVC 2019 或更高版本 (仅限 Windows)
  • LLVM 15 (附带 Clang、libc++) (仅限 Linux)
git clone --depth=1 https://github.com/engsr6982/JS_Engine.git
cd JS_Engine
xmake -y

🎬 贡献

欢迎提交 Issue 和 Pull Request。

📍 许可证

本项目采用 GPL-3.0 许可证。

Star History

Star History Chart

About

A Javascript engine for Endstone

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 85.0%
  • JavaScript 9.5%
  • TypeScript 4.3%
  • Xmake 1.2%