Documentation

Installation

Step-by-step setup for PlayerBatch on Minecraft 1.21.11 with Fabric and Carpet.

Requirements#

PlayerBatch currently targets the following stack:

  • Minecraft 1.21.11
  • Fabric Loader 0.18.4+
  • Fabric API 0.141.3+1.21.11
  • Carpet Mod compatible with 1.21.11-1.4.194+v260107
  • Java 21

Install Steps#

  1. Install Fabric Loader for Minecraft 1.21.11.
  2. Place Fabric API in your mods folder.
  3. Place Carpet Mod in the same mods folder.
  4. Download the latest PlayerBatch release jar.
  5. Start the game or server with Java 21.

After launch, confirm that:

  • the mod loads without dependency errors
  • Carpet commands are available
  • /pb help resolves in game or on the server console

Current Interface Model#

The current repository implementation is command-first.

Older README text still references a GUI flow, but the live command root now directs users to:

text
/playerbatch help

Treat the command tree as the primary interface for the current build.

Downloads#

First Session#

text
/pb summon 10
/pb wand
/pb select count 3
/pb customize item mainhand diamond_sword
/pb ai set combat
/pb group create frontline
/pb group assign frontline
Troubleshooting quick checks
  • Make sure Carpet is present. PlayerBatch builds on Carpet rather than replacing its fake-player system.
  • Use Java 21. The build and dependency setup are aligned around that runtime.
  • If commands are missing, verify the jar is in the active server or client mods folder rather than just your project workspace.