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#
- Install Fabric Loader for Minecraft
1.21.11. - Place Fabric API in your
modsfolder. - Place Carpet Mod in the same
modsfolder. - Download the latest PlayerBatch release jar.
- Start the game or server with Java 21.
Recommended Verification#
After launch, confirm that:
- the mod loads without dependency errors
- Carpet commands are available
/pb helpresolves 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#
- Download PlayerBatch-2.0.1-mc1.21.11.jar
- PlayerBatch source repository
- PlayerBatch-ExtAPI repository
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
modsfolder rather than just your project workspace.