AICRAFT
← HomeServer shelf

AI server plugins

Plugins run on the server and usually require nothing on the player’s client. We review them separately from client mods.

Plugin vs mod

Installation

A plugin goes into the server’s plugins directory. A mod normally requires Fabric, Forge, or NeoForge.

Players

Most Paper and Spigot plugins work without client installation. Players connect with a standard client.

AI permissions

A plugin may execute server commands, so allowlists, rate limits, and key protection are especially important.

Section status: we are checking the first projects and will not publish random plugins just to inflate the catalog.

What we will verify

  • Supported Paper, Spigot, or NeoForge Server versions
  • Commands the AI is allowed to execute
  • Where the API key is stored and whether players can access it
  • Spending limits and prompt-injection protection
  • Project activity, license, and official source