Tanguygab / TAB-Additions

An addon for the TAB minecraft plugin with some more cool features :D
GNU General Public License v3.0
14 stars 4 forks source link

Discord SRV Issue. #12

Closed Pikaronga closed 2 years ago

Pikaronga commented 2 years ago

Discord SRV doesn't work with TAB-additions as chat handler. Even with:

DiscordSRV-Support: true

It doesn't work. Discord SRV in debug mode says that the chat event gets cancelled so it's on your end.

Tanguygab commented 2 years ago

Yup, it is cancelled because I can't really do it otherwise, though I should have added support for it, what's your TAB-Additions version? In newer versions, that part of the config changed image

Pikaronga commented 2 years ago

i'm on the latest version but i guess it doesn't outo update?

Pikaronga commented 2 years ago

could u send that part in text so i can copy in it

Tanguygab commented 2 years ago

yeah, I didn't make it detect the old config option, though it should be added automatically to your chat.yml

discord:
  enabled: true
  DiscordSRV: true
Pikaronga commented 2 years ago

okay yeah adding that to the chat file works perfectly fine. Thanks for the help!