How can I make my Python program communicate with a Minecraft server console and files?

Viewed 23

I want my Discord.py bot to send messages in a channel, with server's status, players and chat. And on the other side, the programs uses /say to send messages from discord to minecraft (this already exists, but i want it to be implemented in my main discord bot. So do you know a way to do it, some kind of SSH / FTP python module, I tryed mcstatus, but it doesn't manage chat... Thank you in advance!

0 Answers
Related