AI Server helper
So I have been looking around for a while now and I couldnt find anything that does exactly what I want but what would be the closest thing to having an AI player (I can link up a Minecraft account and open ai key) join a public server and do tasks that I give it? For example mine, build, pvp etc.
8 Replies
You canβt just hook a language model up with Minecraft
You need something to interface. Otherwise it will be extremely expensive to process every single frame generated and decide an action
The closest thing you will get would be wurst or baritone. However that is 99% illegal on public servers, and we donβt endorse cheating.
Im pretty sure there's a mod that uses llms as bots right?
Are you talking about these fake "AI" from YouTube, where they msg them the task or something, and the do it?
Like mining blocks, attacking someone, build etc...
You can easily make something like that with Mineflayer
yeah kinda
Need something that can connect to a public server though
Mineflayer can do that
you just provide the IP and port
Oh cool
I found this other thing called MinePal but they said that it wont work on servers with a lobby from which they gotta tpa to the main server
is it the same here?
Yeah, but you can make them for example select a position, make them point at stuff, right click stuff so you're able to make it walk to the npc, right click it etc...
so with a bit of code you can connect to the main server
or just implement commands like goto <user>, pointat <user>, rightclick etc...
DM me
Ahh okay