autosend client commands. additionally: chat logs #1910
Answered
by
ORelio
BlueNotebooks
asked this question in
Q&A
-
how can i have the client autosend client commands like /dropitem ? whenever i put it in a script the client sends it like a game command and not a client command. also but separately: the standard log files dont contain messages from any of my other accounts or server messages. how can i fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
ORelio
Jan 21, 2022
Replies: 1 comment 4 replies
-
Use |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
BlueNotebooks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
dropitem
notsend dropitem
.You may need to adjust the
[ChatFormat]
section of your configuration file, see detecting chat messages.