# KubeJS PMMO

> make integration between Project MMO and KJS. This is the KubeJS PMMO wiki hosted on the Modded Minecraft Wiki, listing every documentation page written by the project authors.

- Project ID: `pmmo-js`
- Project type: `mod`
- Documentation version: `latest`. `latest` always resolves to the newest version.
- Language: `zh_cn` (简体中文). Translated into: `zh_cn`
- Documentation pages: 13. Game content pages: 0.

Each link below points at the raw MDX source of a page. Remove the trailing `.md` from any of them
to get the rendered, human-readable page instead, or replace `/latest/` with another documentation version.

Wiki text content is licensed under CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0) unless stated otherwise
on the page itself.

## Documentation

- [Documentation homepage](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs.md): Introduction to KubeJS PMMO
- [模组概览](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/overview.md)
- [PMMO 编写流程](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/pmmo-workflow.md)
- [标签模型](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/tag-model.md)
- [阶段规则](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/startupevents/phases.md): 启动事件
- [注册事件](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/startupevents/registry.md): 启动事件
- [Perk 注册](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/startupevents/perks.md): 启动事件
- [自定义 Perk 标签](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/startupevents/custom-perk-tags.md): 启动事件
- [运行时事件](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/serverevents/normal.md): 服务端事件
- [内部钩子](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/serverevents/internal.md): 服务端事件
- [配置事件](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/serverevents/config.md): 服务端事件
- [PMMO 设置](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/serverevents/settings.md): 服务端事件
- [清空默认数据](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/serverevents/reset-recipes.md): 服务端事件
- [ProbeJS 类型生成](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest/docs/probejs.md)

## Optional

- [Project overview](https://moddedmc.wiki/zh_cn/project/pmmo-js/latest): Rendered HTML page with the project description, supported game versions, links and licensing
- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/pmmo-js): The KubeJS PMMO mod on curseforge
- [Source code](https://github.com/PickAID/PmmoJS)
- [Documentation source](https://github.com/PickAID/PmmoJS): Repository the wiki pages are written in
