Yeow provides a TypeScript / JavaScript plugin development framework for Paper and Folia servers. Each plugin runs in its own QuickJS thread, communicating with the game thread through a message bridge. One plugin package works on both Paper and Folia.
Guided by role: Beginner / Developer / Admin / Platform Implementer
Create a project, your first plugin, deploy & permissions
Complete API index grouped by module
Architecture, threading model, scheduler internals
Protocol-layer definitions for runtime implementers
Server administrators: after installing the Yeow runtime, drop plugin packages into plugins/Yeow/ for automatic loading, or use /yeow install <your-plugin-url> for one-click installation. Folia servers should use the Folia version of the runtime — plugin packages are fully interchangeable with Paper.