Server-side recipe sync that makes JEI, REI and EMI work again on Paper, Purpur and Folia.
Makes recipe-viewer mods work again on Paper, Purpur and Folia servers.
Since Minecraft 1.21.2, servers no longer send recipe data to clients. On a plugin-based server (Paper / Purpur / Folia) this means
JEI, REI and EMI show no recipes at all — the mods simply can't see what the server can craft. JEI's own recommendation is to
install JEI on the server, but JEI is a mod and cannot run on a plugin server.
JEIRecipeFix fixes this from the server side. It sends your server's recipes to the recipe-viewer mods so recipe lookups work again —
with no client mod to install and no mod loader on the server. Players just connect with JEI (or REI / EMI) and it works.
The plugin reads the recipes your server already knows and delivers them to the client the same way a mod loader normally would. It does
not change crafting, add content, or affect gameplay — it only restores the recipe information that recipe-viewer mods need in order to
display it.
| Command | Description |
|---|---|
/jrf info |
Show status: recipe count, online players, sync state. |
| `/jrf resync [player | all]` |
/jrf reload |
Reload the configuration. |
/jeirecipefix is the full command; /jrf is the alias. All commands require the jeirecipefix.admin permission (operators by default).
config.yml offers a few simple toggles:
enabled: true
sync-on-join: true
sync-on-datapack-reload: true
debug: false
This is an unofficial, third-party plugin. It is not affiliated with, or made by, the authors of JEI, REI or EMI.