Auto Rounds is simple AutoHotkey script to make doing server rounds slightly easier, by adding hotkeys to teleport you to the next/previous player on the list. This is super work in progress so it maybe a bit buggy. If you have any comments/questions/problems feel free to send them my way.
Click here to download the zip. To run simply exact it and run the auto rounds.exe. important note: you can move the script to anywhere on you want on your hard drive, however make sure to keep the auto rounds.exe and the config.ini file in the same folder.
While it is not required, I would recommend that you enable the "Open output logs when Minecraft: Java Edition starts" in your Minecraft launcher settings.
You can change the script settings and rebind the script hotkeys by editing the config.ini file. By default the script's hotkeys are set to:
| Hot key | Default key | Setting Name | Setting default value |
|---|---|---|---|
| Tp to the next player | Mouse Button 5 | tp_to_next_player | XButton2 |
| Tp to the previous player | Mouse Button 4 | tp_to_prev_player | XButton1 |
| Re-TP to the same player | Middle Mouse Button | tp_to_same_player | MButton |
| Quit the script | End | quit_script | End |
| To change a hotkey open the config.ini file in a text editor and change the Hotkey value to any valid autoHotkey key/button |
If you have no longer have "Open Command" bound to "/" in minecart, you must change the value of of the "mc_console_key_bind" setting to whatever you have "Open Command" bound to in Minecraft.
Double click on the auto rounds.exe to launch it. It should ask you for a list of the online players. The best way I have found to get a list of online players is to run the /online command and then copy the result from the "Minecraft game output window"


