Discord role sync incompatible with GroupManager
TTRCharlie opened this issue ยท 14 comments
Hi, I upgraded the plugin to 1.19.0 and for some reason if a player whose minecraft character is linked to the Discord profile disconnects, he will take down the rank that the plugin gives, and is it possible that when a player is offline he does not take the rank off of him on Discord? Here is the debug link
It now works with the snapshot version, but now the plugin doesn't write anything in the channeltopic.
Here is the debug link
Made additions changes @ 991347b, please try again
Could you try again with the latest snapshot, https://snapshot.discordsrv.com
Could you try again with the latest snapshot, https://snapshot.discordsrv.com
I tried with the latest snapshot, but now it only writes in the channel topic that Server is Offline
[Debug]
this time. https://snapshot.discordsrv.com
this time. https://snapshot.discordsrv.com
Now it's better I mean the plugin writes the Minecraft's chat to Discord and it's can writes the online players, but now it only writes every 10 minutes, regardless of whether it is set to 5 minutes
[Debug]
That was changed in the last version due to Discord changing the rate limit, https://github.com/DiscordSRV/DiscordSRV/releases/tag/v1.19.0
I assume the offline player group sync issue is fixed now?
That was changed in the last version due to Discord changing the rate limit, https://github.com/DiscordSRV/DiscordSRV/releases/tag/v1.19.0
I assume the offline player group sync issue is fixed now?
Yeah, it works now
the same problem using luckperms when they are offline the bot will remove the linked role
the same problem using luckperms when they are offline the bot will remove the linked role
LuckPerms works fine with offline permissions. There is likely a completely different issue.
The issue should be resolved in development builds: https://snapshot.discordsrv.com (groups/roles won't be sync'ed if the permission plugin returns null as the player's groups), let me know how it goes