dominik-korsa / discord-integration

Spigot plugin that allows to sync messages in a Discord server and Minecraft chat
https://www.spigotmc.org/resources/discord-integration.91088/
MIT License
19 stars 4 forks source link

Fix docs to remove admin user recommendation #68

Open archonsd opened 1 year ago

archonsd commented 1 year ago

I wish the documentation at https://github.com/dominik-korsa/discord-integration/wiki/Configuring-a-Discord-bot#configuring-webhooks was updated to remove the recommendation to give the bot administrator privs on the discord server.. it's sloppy, lazy, and dangerous to do that. I am trying to figure out the granular perms to make it work and I've got working messaging from minecraft to a discord channel, but no messaging back from the discord channel to Minecraft.

So far I'm giving it:

  1. Create Expressions
  2. Create Events
  3. Send Messages
  4. Create Public Threads
  5. Send Messages in Threads
  6. Embed Links
  7. Mention Everyone
  8. Use External Emojis
  9. Use External Stickers
  10. Add Reactions

Is there an additional permission that would let Discord talk to Minecraft, or is that not a feature of the plugin?