Skip to content
Yeow v1

Write Minecraft plugins
with TypeScript

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.

terminal
$npm create yeow@latest -- -y
$cd my-plugin
$npm install
$npm run dev# Local server + hot reload
$npm run build# Output .jar and .yeow.zip

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.