// build log
Field Notes
Guides, comparisons and research on Minecraft plugin development — written by the team building Voxen, the AI that turns plain-language descriptions into compiled server plugins.
[ GUIDE ] 2026-07-07 · 8 min
How to Update a Minecraft Plugin to 1.21 (Even From Just the .jar)
Why plugins break between versions, how to migrate one manually, what decompilation can and cannot recover — and how AI porting turns the whole chain into one flow.
[ COMPARISON ] 2026-07-07 · 8 min
The Best AI Minecraft Plugin Generators in 2026 (Honest Comparison)
ChatGPT, Copilot, Skript, one-shot generator sites and Voxen, compared on the only criteria that matter: does it compile, does it target your version, and can you iterate.
[ GUIDE ] 2026-07-07 · 7 min
How to Make a Minecraft Plugin Without Coding (2026 Guide)
The three realistic paths to a custom plugin — learning Java, hiring a developer, or AI generation — and a step-by-step walkthrough from idea to installed .jar.
[ EXPLAINER ] 2026-07-07 · 6 min
Minecraft Plugin vs Mod vs Datapack: What Actually Runs Where
Plugins run on the server, mods change the game itself, datapacks tweak vanilla. The five-minute explainer that stops you from building the wrong thing.
[ TUTORIAL ] 2026-07-07 · 6 min
How to Install Plugins on a Minecraft Server (Spigot, Paper, Purpur)
The complete installation procedure plus the four classic failures — unsupported API version, Java mismatches, missing dependencies, permission problems — and their fixes.
