
Better Carpet Bots
Better Carpet bots, more options and regulations for survival via the /bot command
- Загрузки
- 241
- Подписчики
- 1
- Обновлён
- 12 июля 2026 г.
- Лицензия
- MIT
Опубликован 12 июля 2026 г.
Better Carpet Bots
A Carpet mod extension that adds better bot management commands to your Minecraft server.
Requirements
- Fabric Loader ≥ 0.15.0
- Carpet Mod
Commands
/bot spawn [<name>]
Spawns a bot at your position in survival mode. If no name is given, one is auto-generated (Bot1, Bot2, …). Names must be 1–16 characters, letters/digits/underscores only.
Names that belong to real players who have ever joined the server cannot be used.
/bot <name> <action>
Controls a bot (or yourself - targeting your own name works too).
| Action | Description |
|---|---|
attack |
Attack continuously |
attack continuous |
Same as above |
attack interval <ticks> |
Attack every N ticks |
attack stop |
Stop attacking |
use |
Right-click / use continuously |
use continuous |
Same as above |
use interval <ticks> |
Use every N ticks |
use stop |
Stop using |
jump / jump stop |
Start / stop jumping |
sneak / sneak stop |
Start / stop sneaking |
sprint / sprint stop |
Start / stop sprinting |
stop |
Stop all actions |
look <north|south|east|west|up|down> |
Look in a cardinal direction |
look <yaw> <pitch> |
Look at an exact angle |
drop |
Drop current hotbar item (single) |
dropstack |
Drop current hotbar item (full stack) |
swaphands |
Swap main hand and off hand |
inventory |
Open bot inventory (must be within 10 blocks) |
kill |
Remove the bot from the server |
/bots <action>
Requires game-master permission (level 2).
| Action | Description |
|---|---|
list |
List all active bots |
stop |
Stop all bots |
kill |
Kill all bots |
permissionLevel <0–4> |
Set who can use /bot (0 = everyone, 4 = operators only) |
skin all <url> |
Apply a skin to every bot (persists across respawns) |
skin <name> <url> |
Apply a skin to one specific bot |
Bot Inventory
/bot <name> inventory opens a 5-row screen showing the bot's full inventory:
- Rows 0–3: main inventory and hotbar
- Row 4: armor slots (only accept the correct armor type), off-hand, and locked filler slots
- Empty armor/off-hand slots show colored glass pane labels
The screen stays live - items the bot picks up appear immediately. The screen closes automatically if you move more than 10 blocks away.
Real Player Protection
When a player authenticated via Mojang joins for the first time, their name is permanently locked. /bot spawn <thatName> will be rejected from that point on. Any existing offline-UUID bot data for that name is backed up to world/bot-backup/<name>.bak before being cleaned up, so nothing is lost.
Ченджлог
1.1.0Релиз1.21.11 · 12 июля 2026 г.
CI
- Added automatic chanelog managment
Refactor
- Changed mod from being dedicated server only also working on survival servers
- Added a GUI modmenu config replacing the
/bots skin allcommand for singleplayer servers
1.0.1Релиз1.21.11 · 12 июля 2026 г.
Fixed
- Removed hardcoded local Java path from
gradle.propertiesthat broke CI builds - Fixed release workflow tag glob pattern (
+is a quantifier in GitHub Actions globs) /bot <name>commands work on the calling player themselves, not only bots
1.0.0Релиз1.21.11 · 12 июля 2026 г.
Added
/bot spawn [<name>]- spawn a bot at your position/bot <name>actions: attack, use, jump, sneak, sprint, stop, look, drop, dropstack, swaphands, inventory, killattack/usesupportcontinuousandinterval <ticks>subcommands/botsmanagement commands: list, stop, kill, permissionLevel, skin- Bot inventory screen with armor slot filtering and glass pane placeholder labels
- Bot inventory closes automatically when opener moves more than 10 blocks away
- Real player protection - names of players who have joined are permanently locked from bot use
- Offline player data for protected names is backed up to
world/bot-backup/<name>.bak
Комментарии
Загружаем…