Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npofsi authored Oct 31, 2018
1 parent d773d6d commit eeaa759
Showing 1 changed file with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,62 @@
# <img src="https://raw.githubusercontent.com/npofsi/RMPEScript/master/docs/icon.png" alt="RMPEScript Face" align="center">一个运行于 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

# <img src="https://raw.githubusercontent.com/npofsi/RMPEScript/master/docs/icon.png" alt="RMPEScript Face" align="center">

一个运行于 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





































0 comments on commit eeaa759

Please sign in to comment.