A project creating minecraft bots for 1.20.6.
Note that the project is licensed under AGPL 3.0!
Under paper, you have the option to run the following commands:
- /bot (
bot.use
)
Shows a menu with options to modify simple bots. - /bot totem (
bot.totem
)
Spawns a simple bot using the default totem settings. - /bot shield (
bot.shield
)
Spawns a simple bot using the default shield settings. - /bot control (
bot.control
)
This will control the player and do actions on their behalf using the advanced bot.
NOTE: Currently there's no way of resetting that effect. - /bot spawn (
bot.spawn
)
Similar to the simple bot, it spawns a fake player, now with advanced capabilities though. - /bot removeall (
bot.removeall
)
Clears all bots, useful as bots load chunks. - /bot count (
bot.count
)
Show how many bots there are!
As of right now, you can't use the bot on a fabric server. You may however, use it on the client.
These commands are available on the client:
- /cbot disable
Clears the bot. - /cbot enable <goal>
Starts the bot.
In addition to that, there's a button that leads you to an extra menu with some more controls. Only appears while running the bot!
Go ahead! I'm going to write a guide later.