Python Forum

Full Version: Outputting results into other program
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone

I am helping my friend run a Minecraft server. One of the plugins he has requires us to visit every point on the map. I am wondering if there is a command that will allow me to set up a script to have my character teleport to the various locations

Requirements:
Output a given string into Minecraft (Java program) and press enter (if not already part of process)

Restrictions:
None
With PyAutoGUI you can control keyboard and/or mouse cursor.
This way you can automate the task.