Skip to content

Version specific implementations of the HeadlessMc runtime.

License

Notifications You must be signed in to change notification settings

3arthqu4ke/hmc-specifics

Repository files navigation

HMC-Specifics

Version specific implementations of the HeadlessMc runtime. Just place the jar for your version in your mods folder. Then you need to find a way to send commands to your running Minecraft game. The easiest way is probably to just launch it with HeadlessMc. The -commands flag is not required for HeadlessMc in that case.

Name Description Args/Flags
gui Lists all currently displayed gui elements.
click Clicks an element on Minecrafts screen. <id/p> <x> <y> <button> -enable
text Sets the contents of a text field. <id> <text>
msg Sends a chat message. <message>
menu Opens the ingame menu.
quit Quits the game.
render Dumps all strings rendered by Minecrafts FontRenderer. <time> -f -t
close Closes the menu if ingame.
connect Connects you to a server. <ip> <port>
disconnect Disconnects you from a server.

You can find a good example on how to use these commands here.