RubiksImplosion / Minecraft-TAS

A mod for TASing Minecraft
MIT License
16 stars 3 forks source link

command command doesnt work #11

Closed aabssmc closed 2 years ago

aabssmc commented 2 years ago

the command "command" isnt working and i cant figure out how to use it can you help??

RubiksImplosion commented 2 years ago

"+command" pushes the command key (default "/"), and "-command" releases the command key. However raw text input isn't implemented yet so opening the command menu doesn't actually let you do a whole lot and may be buggy.

aabssmc commented 2 years ago

can you give me an example on how to make a script using command doing "/setblock ~ ~ ~ end_portal

RubiksImplosion commented 2 years ago

Unfortunately the ability to type out text is not implemented yet so having a script execute commands is not currently possible. This is very high on the list of priorities for features to implement though and will be implemented next update most likely.

aabssmc commented 2 years ago

oh, can I use the chat command to do a command in Minecraft?

RubiksImplosion commented 2 years ago

It will open the chat, but there is no way to automatically type in characters to the chat window

aabssmc commented 2 years ago

Okay, thanks for the help.