Installing mods

Plugins & Mods Reviewed September 6, 2026 1 min read

Mods are not like plugins. A plugin lives only on the server; a mod has to exist on both sides, in the same version, or the player cannot connect at all.

Why it happens

Mods change the game's own content — blocks, items, mechanics. The client has to know about them to render and predict them, so client and server negotiate their mod lists at connection and refuse each other on any mismatch.

What to do

  1. Match the loader first

    A Forge mod needs a Forge server. A Fabric mod needs a Fabric server. They are not interchangeable, and the version of the loader matters too.

  2. Upload the mod jars to mods

    One jar per mod, not unzipped. The folder is created by the loader on its first run.

  3. Give players the exact same set

    Same mods, same versions. The simplest way is to zip your mods folder and send it, so nobody assembles their own list.

  4. Know which mods are server-only

    Some — mostly performance and admin mods — run on one side only. Their pages say so. Everything else has to match.

How to confirm it worked

A player joins without a mod mismatch message and modded blocks render correctly for them.

Worth knowing

Client-side performance mods like Sodium do not go on the server. Installing them there does nothing at best, and prevents startup at worst.