ENDED
Well, there are no graphics/gui(yet), so what should I take a picture of? (The source code?)
Good question. It might be the wrong place here (maybe only for now, but lets not delete stuff ).
I don’t actually get what the ‘end result’ should be? Is it a server bot, like, a real player that can be seen ingame? Or is it only something like a chat bot? Maybe if it’s a chat bot, make it dance in the chat and make a screenshot of that.
The purpose of the screenshot is the sidebar you see to the right. It shows the latest games, randomly from “Work in Progress” “Showcase” and “Featured”. It’s also the rule to have a screenshot for this topic section.
And voilã, happy?
So, what will you focus this on? A spammer bot? Or something else?
The Minecraft community not changed or matured much over the past year I have been absent? lol
My main focus will be to create a framework for others to create bots.
As the subtitle says, “A MineCraft Bot Framework…”
The main goals of this framework is to:
- Take care of all networking code (Receiving, Parsing and Sending packets)
- Have a Bot class which easily let’s you program the bot (like Bot.walkTo(x, y, z), Bot.digBlock(x, y, z), and maybe something like Bot.nukeArea(x, y, z, radius), etc…)
I will also try to add support for blueprints.
For example Bot.loadBlueprint(“BigHouse.bp”) and Bot.placeBlueprint(bluePrint, x, y, z)
Then the bot will dig out the area and start gathering resources to build the bluePrint
I will also add a console, so that the Bot can receive commands.
Forgetting that this is just a project related to one game, it sounds actually pretty useful for some stuff.
A minecraft forum is probably an a little bit better place for this though.
I’m probably going to post this on a MineCraft forum too. But i want it to be more complete first.
Because most(if not all) people on this forum knows java. And on for example MinecraftForums there are only a few(mostly modders and toolmakers) which knows java
I just now realized what a good idea this is
Imagine… You could make so awesome adventure maps with this. You could finally program NPC’s that do stuff, help you or die or whatever
Yeah, that is kinda the meaning of this framework.
Only that what you describe would be better to implement either client-side or server-side.
This bot could for example be used to mine out a big area(which you are to lazy to dig yourself :P), on a public server.
You can finally have a companion on your public server adventures