On a hybrid, do plugins go in the plugins folder or the mods folder?
On a hybrid server it's easy to mix them up, but the rule is simple: plugins and mods each have their own folder, and a hybrid knows to read both. Putting a file in the wrong place is one of the most common hybrid mistakes.
The rule
- Plugins go in the
pluginsfolder. - Mods go in the
modsfolder.
A hybrid (Mohist, Magma, or Arclight) recognises both folders and loads each type from its correct home. Keep them separate and everything loads as expected.
What happens if you get it wrong
If you drop a plugin into mods or a mod into plugins, it won't load — and in many cases it will crash the server at startup. The software only knows how to handle each file type from its designated folder.
- Stop the server.
- In Files, check that every
.jaris in the right place — plugins inplugins, mods inmods. - Move any misplaced files to the correct folder.
- Start and confirm in the Console that each loaded.
Tip: If you're ever unsure whether a
.jaris a mod or a plugin, check its download page — it will say which loader it targets (Forge/Fabric = mod, Bukkit/Spigot/Paper = plugin).
Frequently asked questions
Can a hybrid auto-detect a misplaced file? No — it strictly reads plugins from plugins and mods from mods. A misplaced file is simply ignored or causes a crash.
What if a file works as both? That's rare. Follow the file's download page for which folder it belongs in; if it genuinely offers both, use the version matching how you want it to run.
My hybrid crashes right after I add a file — why? A mod in plugins (or vice versa) is a likely cause. Check placement first, then version compatibility.