# Introduction

## ![RMPEScript Face](https://raw.githubusercontent.com/npofsi/RMPEScript/master/docs/icon.png)

一个运行于 Forge 上的基于 Mozilla Rhino Engine 的 Minecraft 脚本运行时。

> RMPEScript 的目的在于简化 ForgeMod 的开发难度和实现插件的热拔插。

下载：[Release](https://github.com/npofsi/RMPEScript/releases)

API ：[Gitbook(GitHub Wiki 已不再维护 )](https://npofsi.gitbook.io/RMPEScript/)

#### 支持语言（解析引擎）：

* javascript(rhino)

#### 支持类型：

* .js
* .zip (TODO)

### 开源支持

* [Rhino](https://github.com/mozilla/rhino) 是一个开源的 JS 引擎可以把为其用 JS 写成的程序转化为 Java 字节码而执行 Java 操作。
* [Forge](https://github.com/MinecraftForge/MinecraftForge) 感谢 Forge 的前置让我能方便的实现 mod


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://npofsi.gitbook.io/rmpescript/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
