codehz / mcpeserver

A Minecraft Server Launcher Written by Golang. Deprecated, please use official BDS
GNU General Public License v3.0
115 stars 7 forks source link

include the chat text from players in the console log #20

Closed jason-green-io closed 6 years ago

jason-green-io commented 6 years ago

Is your feature request related to a problem? Please describe. I'd like to be able to parse the log via a script

Describe the solution you'd like I'd like to see the chat text in the output of the console log like in java edition

Describe alternatives you've considered I've looked in the default log file and the stdout of the process and the chat text is not there

Additional context Is that data even available to the server process in the way it's executed?

codehz commented 6 years ago

The chat content can be process via Mods! see https://mcpe.codehz.one/#codehz/chat_log (PS: not every mod are compatible with the 1.5, but the chat_log does Installing mod: ./mcpeserver mods --download codehz/chat_log

jason-green-io commented 6 years ago

Perfect!