EssentialsX

EssentialsX

2M Downloads

Player quit messages do not trigger `BroadcastMessageEvent` while join messages do.

accLarson opened this issue ยท 1 comments

commented

Type of bug

Other unexpected behaviour

/ess dump all output

https://essentialsx.net/dump.html?id=059010007c614d29b6b7992318362fd5

Error log (if applicable)

No response

Bug description

Essentials quit messages do not trigger a BroadcastMessageEvent while essentials join messages do.

Steps to reproduce

  1. Detect events in whatever method you desire
  2. Join the server and note that BroadcastMessageEvent triggers.
  3. Quit the server and note that BroadcastMessageEvent does not trigger

Expected behaviour

Join and quit both trigger a BroadcastMessageEvent

Actual behaviour

Only join messages trigger a BroadcastMessageEvent.

commented

Closing as not planned