C# script does not have a valid MCCScript header #1742
-
Im having trouble running c# scripts that are listed in the repository, is this a bug no one talking about? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, The script you are loading is a built-in bot, means that you do not need to load the script via |
Beta Was this translation helpful? Give feedback.
Hi,
The script you are loading is a built-in bot, means that you do not need to load the script via
/script
command. To enableAutoRespond
, edit yourMinecraftClient.ini
file and setenable=true
.https://github.com/ORelio/Minecraft-Console-Client/blob/41b0325f45b3084ae66ced37e9311927360d6aa8/MinecraftClient/Resources/config/MinecraftClient.ini#L134-L136
You may also want to see the User Manual and
AutoRespond
example usage