xxxWILL-INFxxx / ChatToDiscord

send chat from mcpe to discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatToDiscord

send messages from your PMMP server to Discord

View on Poggit

Setting It Up

  1. Download from Poggit.
  2. Add plugin to your plugins folder.
  3. Start and stop your server (so config is created).
  4. Open plugins\ChatToDiscord\config.yml and start customizing.
  • add your webhooks webhooks: ['https://discordapp.com/api/webhooks/123/456789']. How do I get a webhook? (skip the Github Integration at the end of the article)
  • change the username username: 'My Server'.
  • change the avatar/icon avatar: 'http://example.com/myserverslogo.png'.
  • change the format message_format: '{player} said {message}'.
  1. Save plugins\ChatToDiscord\config.yml.
  2. Restart your server

My Setup

Config:

Discord:

To Do

  • Add async so it doesn't lag main thread
  • Add multiple webhook support
  • Add ability to send messages of events
  • on join
  • on quit
  • on death

About

send chat from mcpe to discord


Languages

Language:PHP 100.0%