Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Can i make multiple clients running baritone execute a command at the same time?

TheCrazyInsanity opened this issue ยท 9 comments

commented

What do you need help with?

Can i make multiple clients running baritone execute a command at the same time?

Final checklist

  • I have not used any OwO's or UwU's in this issue.
commented

What?

commented

Like literally, what? What are you trying to do?

commented

Just do this and run a command to send keyboard inputs

commented
#!/bin/sh

xdotool key t
xdotool type \#mine\ diamond_ore
xdotool key Return

Save this in a .sh file and run it over ssh to multiple machines

commented

I believe they mean can you have multiple accounts running baritone and have them execute a command (#mine diamond_ore) and they would all do it from one command. Is that correct @TheCrazyInsanity ?

yes

commented

I just showed you how you could do that

commented
#!/bin/sh

wmctrl -a \"Minecraft 1.12.2\"
xdotool key Escape
xdotool key t
xdotool type \#mine\ diamond_ore
xdotool key Return

I added a line, this selects a window called Minecraft 1.12.2, then presses escape (for the pause menu) and then runs it.

commented

Each time you have to run 1 command (to run the script) and it sends those commands to all your computers. You could have it loop and run each time you just press something instead of running the entire command

commented

Closed as resolved. If you would like a baritone feature in order to do this you can reopen it but it probably won't happen.