TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
150 stars 76 forks source link

[feature] Ability to enable / disable full chat #233

Closed rexxar-tc closed 2 years ago

rexxar-tc commented 6 years ago

From @Neimoh on April 29, 2018 22:22

I'd like to be able to see everything sent in chat from my members. Right now running frontier economy with / commands I don't see what they typed. I'd like a way to catch those to be displayed on torch chat or in a chatlog at minimum. SESE used to dump everything into chat and I could see any typing or command mistakes they were making and correct them in real time. Also I don't think admin run torch commands are being sent to the console either. Not everyone may not like this option so possibly a way to toggle the feature on/off to not clutter chat.

Copied from original issue: TorchAPI/Essentials#37

rexxar-tc commented 6 years ago

From @Jimmacle on April 29, 2018 23:14

This would require a client side mod that sends all entered messages to the server. I'm not saying no, but I don't currently have plans to make a mod for Essentials.