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

Add "di:is-linked" LuckPerms context #55

Closed dominik-korsa closed 1 year ago

dominik-korsa commented 1 year ago

Adds a di:is-linked context for Luck Perms, which has the value of true when the player has linked their Discord account and false when they have not.

This allows to assign permissions, so that only the players, who have linked their Discord account, can use specific commands.

image

Closes #54