Ajneb97 / ConditionalEvents

MIT License
24 stars 14 forks source link

[Suggestion] Support discord webhooks #92

Open Rafalll2 opened 1 month ago

Rafalll2 commented 1 month ago

Hi, I come with an interesting idea on adding a new option to support discord in the form of webhooks, the feature would be ideal for all those who would like to connect the minecraft server with discord, and here I will give an example of creating a command /report which would send the player's nickname to the administration on discord without the player individually joining the discord server.

Here it would also be nice to include discord channels in the configuration, an example of the option in the config:

discord-webhooks
  reports: https://discord.com/api/webhooks/xxxxx
  lands: https://discord.com/api/webhooks/xxxxx

Action example: webhook: <message>;<channel> webhook: I need help with xyz\nThis player is cheater;reports

Ajneb97 commented 1 month ago

You can currently do that with the DiscordSRV action: https://ajneb97.gitbook.io/conditionalevents/actions/plugin-actions#discordsrv-embed