Program Minecraft character?

Ob
- in Mods
6

Is it possible to program the character Steve in Minecraft?

I would like to program a kind of MiningBot, so that I can mine even if I'm afk. The whole thing should also run on a server, i. Modding is limited. I thought so probably. Also a kind of script. I just want my character to run, dismantle, set torches, like Mining Turtle from a modpack.

Has anyone experience and can help me?

se

In itself, I would not know that you could implement something without mods or plugins. What you could do of course would be that you make a macro that permanently presses "W" and holds the mouse button. Then of course you have the problem with lava lakes cave etc.

Ru

The macro solution is the only easy way.

Otherwise you would have to do the following:

Write Simple KI (the "simplest")

Break down the code

The server authentication outsmart your version is correct. I do not know how much later server is running. Of course, it depends on that, because you may not be able to respond to input.

Ob

Okay, so possible, but difficult to implement as a layman. Anyway, thanks for the answer.

Ru

I would do that via a macro; then you can play some food or guitar and just have to be there so that you can intervene in an emergency.

Ob

Yes, the only problem is that the macro does not recognize if you have lava or something like that ^^

My idea was to program the player like the Turtle in this video:

Ru

That's why I mean yes intervene in an emergency ^^

The problem is that you probably can't run integrated scripts on the server side and if you do not run them on the server, the information may be missing.