HomeJavaModsAutoInstaller
AutoInstaller

AutoInstaller Automatically prompt players to install server-required mods when joining. How It Works When a player connects to a server running AutoInstaller, they'll see a mod selection screen showing all mods the server requires or recommends. Players can:

Configure your mod list in config/autoinstaller/mods.json:

{
  mods: [
    {
      id: voicechat,
      name: Simple Voice Chat,
      category: REQUIRED,
      url: https://cdn.modrinth.com/data/9eGKb6K1/versions/xxx/voicechat-xxx.jar
    },
    {
      id: xaeros-minimap,
      name: Xaero's Minimap,
      category: RECOMMENDED,
      url: https://cdn.modrinth.com/data/1bokaNcj/versions/xxx/Xaeros_Minimap_xxx.jar
    }
  ]
}

Categories:

  1. Install on both server and client
  2. Requires Fabric API (https://modrinth.com/mod/fabric-api)
  3. Configure your mod list on the server
  4. Players will see the mod prompt when connecting Requirements
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more