# 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: `en` (English). 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/en/project/pmmo-js/latest/docs.md): Introduction to KubeJS PMMO
- [Mod Overview](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/overview.md)
- [PMMO Workflow](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/pmmo-workflow.md)
- [ProbeJS 类型生成](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/probejs.md)
- [Tag Model](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/tag-model.md)
- [Phase Rules](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/startupevents/phases.md): Startup Events
- [Registries](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/startupevents/registry.md): Startup Events
- [Perk Registration](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/startupevents/perks.md): Startup Events
- [Custom Perk Tags](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/startupevents/custom-perk-tags.md): Startup Events
- [Runtime Events](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/serverevents/normal.md): Server Events
- [Internal Hooks](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/serverevents/internal.md): Server Events
- [Config Events](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/serverevents/config.md): Server Events
- [PMMO Settings](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/serverevents/settings.md): Server Events
- [Reset Defaults](https://moddedmc.wiki/en/project/pmmo-js/latest/docs/serverevents/reset-recipes.md): Server Events

## Optional

- [Project overview](https://moddedmc.wiki/en/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
