01-05-2015, 04:36 PM
DarkBot
Might as well post it over here... because... why not? DarkBot is a comprehensive Minecraft thin client specifically for use in automating Minecraft. The entirety of the Minecraft client structure has been replicated without rendering or local play. Applied AI is done via a set of tasks that decide when to start and stop and can take precedence over one another. Protocol implementations are entirely decoupled from the client itself, allowing for any version to work if implemented.
Current protocols supported:
Current tasks provided:
Video:
Schematic building task developed by Sayaad who has since lost the source:
Source: https://github.com/DarkStorm652/DarkBot
Might as well post it over here... because... why not? DarkBot is a comprehensive Minecraft thin client specifically for use in automating Minecraft. The entirety of the Minecraft client structure has been replicated without rendering or local play. Applied AI is done via a set of tasks that decide when to start and stop and can take precedence over one another. Protocol implementations are entirely decoupled from the client itself, allowing for any version to work if implemented.
Current protocols supported:
- 1.5.2
- 1.6.2
- 1.6.4
- 1.7.2
- 1.7.3
- 1.7.4
- 1.7.5
- 1.7.6
- 1.7.7
- 1.7.8
- 1.7.9
- 1.7.10
Current tasks provided:
- Attacking [explicitly targeting and attacking via !attack command]
- Following [following a target via !follow command]
- Mining [mining a staircase down to level 11 and strip mining using tunnels via !mine command]
- Tree chopping [continually chopping the next closest tree via !chop command]
- Farming [automatically farming nearby farmable things via !farm command]
- Area filling [filling an area with a block type via !block command]
- Area clearning [emptying an area via !destroy command]
- Defending [automatically attacking nearby hostile entities, like zombies]
- Eating [automatically eating food in inventory when with low hunger]
- Avoiding death [automatically disconnecting on damage]
Video:
Schematic building task developed by Sayaad who has since lost the source:
Source: https://github.com/DarkStorm652/DarkBot