Player Bot Datapack
DatapackMIT

Player Bot Datapack

This datapack adds realistic bots to minecraft.

1
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions

📖About Player Bot Datapack

This datapack adds a posibility to create a bot that replicates player's movement and actions.

You can watch what this bot can do in this video:

Here's some commands to control it:

Summon bot:

  • /function ai:summon_ai {Tags:"(INSERT NEEDED TAGS)",Player:"(INSERT PLAYER'S NAME)",Rotation:[(INSERT ROTATION DATA)]}

Make nearest bot break block:

  • /execute as @n[tag=AI] at @s run function ai:action/break_block/do

Make nearest bot place block(it has to hold a block in hand):

  • /execute as @n[tag=AI] at @s run function ai:action/place_block/do

Make nearest bot hit entity:

  • /execute as @n[tag=AI] at @s run function ai:action/hit_entity/do

Make nearest bot attack nearest mob that you choose:

  • /execute as @n[tag=AI] on passengers run data modify entity @s data.target.UUID set from entity @n[type=(INSERT MOB TYPE)] UUID
  • /tag add @n[tag=AI] task.kill
  • /tag add @n[tag=AI] task.follow_target