Minecraft 1.21.11

PlayerBatch documentation.

A Fabric + Carpet addon for summoning, selecting, grouping, and controlling large batches of fake players.

Queue large batches

Spawn fake players across ticks instead of forcing a single heavy burst.

Control a working set

Select bots, assign groups, apply kits, and stack AI modes without repeating manual commands.

Extend through ExtAPI

Add formations, summon arguments, actions, and behaviors without patching internals.

What it covers

Summon and name batches

Use preferred names, built-in formations, kits, and combat options in a single summon workflow.

Work from a selected set

Select bots with the wand or filters, then run actions, teleport them, or assign them into groups.

Save repeatable setups

Reuse kits, combat presets, and AI combinations such as combat+follow.

Quick start

The current build is command-first. If you want to understand the mod quickly, start with the summon and selection flow below.

/playersummon 20
/pb summon 12 {Alpha,Bravo,Charlie} square
/pb summon 8 triangle kit{duelist} -diamondarmor -diamondtools -totem{3}
/pb select count 5
/pb ai set combat+follow
/pb preset save scrim combat 10 -netheritearmor -netheritetools -shield
/pb preset summon scrim 24
Older README text still mentions a GUI flow, but the current implementation points users to /playerbatch help.