Question - Minecraft Bots

Status
This thread has been locked.

InMud7

Right where I'm supposed to be ;)
Supreme
Feedback score
1
Posts
154
Reactions
128
Resources
3
I was just wondering how difficult it'd be to create:
1.) A basic Minecraft bot that mines in a straight line until the program is stopped.
2.) An advanced Minecraft bot that supports:
- Using multiple accounts at once without having the game screens open for each individual account.
- Automatically mining areas, chopping trees, mining at the diamond layers (and not falling into lava), then auto harvesting and planting of crops. Preferably all while looking like a legit player rather than a bot.
- Support for proxies so each bot joins using a different proxy.​


I'm also wondering what language would be best for this.
Please note: Last year I took a basic Python class at the University I attended. This year I'll be learning basic website development then C++ I think (to give you an idea of my current knowledge).

An example advanced MC Bot would be this one: https://www.minecraftbot.com/ which I have bought but it's kinda buggy and it's cool but it is more my inspiration to one day create my own bot rather than use this bot.

Feel free to also link me to updated bots for MC. I know there's a wiki list though.

Thanks!
 

Blood

Deactivated
Feedback score
23
Posts
497
Reactions
287
Resources
0
I do not have experience in this area but I have done some basic research in the past
Assuming you will be using Python, I've done some searching around and found a good framework for making an MC bot in Python called SpockBot. Based on an implementation of it I've found, you may need to do some learning about Minecraft protocol. Let me know of any updates you have on this project because I'd love to hear :)
 

InMud7

Right where I'm supposed to be ;)
Supreme
Feedback score
1
Posts
154
Reactions
128
Resources
3
I do not have experience in this area but I have done some basic research in the past
Assuming you will be using Python, I've done some searching around and found a good framework for making an MC bot in Python called SpockBot. Based on an implementation of it I've found, you may need to do some learning about Minecraft protocol. Let me know of any updates you have on this project because I'd love to hear :)
Okay thanks. And yeah, I know of SpockBot. Unfortunately it only supports 1.8.8 and I'd like one for 1.12.2, however, it's a good start so I will look into it. Honestly I probably won't get that far because I have a ton to do for my server, packing for college, then going to college next week, but I'll try to find some time. :p
 
Status
This thread has been locked.
Top