TBMCPlugins / Chroma-Discord

A plugin that controls the ChromaBot Discord bot and provides Minecraft chat functionality and other features.
GNU General Public License v3.0
1 stars 0 forks source link

Find out why PLW does receive custom join messages (Essentials) #112

Closed NorbiPeti closed 4 years ago

NorbiPeti commented 4 years ago

Description: Custom join messages are not sent to Discord when the GeneralEventBroadcasterModule is enabled.

Steps to Reproduce:

  1. Have the module enabled
  2. Use a custom join message in Essentials
  3. Join the server in Minecraft

Result: No join message on Discord

Expected Result: A join message on Discord

NorbiPeti commented 4 years ago

Apparently, the plugin wasn't loaded fully because of the test check (#114) and so the chat wasn't supposed to work at all. The join message works now, I have no idea why, but it does.

NorbiPeti commented 4 years ago

Oh, it's an actual feature of my plugin (using BroadcastMessageEvent). Okay.