Henri Schubin

Results 99 comments of Henri Schubin

You might be able to do this with [ExtraContexts](https://github.com/LuckPerms/ExtraContexts) (specifically it's PlaceholderAPI integration) then granting the `discordsrv.sync.` permission to grant the specific group-role pair for synchronization *Something like this (entirely...

`DependencyManager` has a `cleanupCacheDirectory` method, though that only accounts for the dependenc(y/ies) in that `DependencyManager`. I opened https://github.com/Vankka/DependencyDownload/issues/18 for adding the cleanup method to `ApplicationDependencyManager` (allows managing single-use `DependencyManager`s) which...

> I'll have to check if the user linking has access to player permissions at the time of linking The player is not guaranteed to be online at the time...

> Well, they have to at least join the server as they have to do /discord link Not when required linking is enabled (linking.yml), they just get kicked with the...

I can't really think of something in DiscordSRV that would make that many requests. I'd suggest enabling JDA debug messages to aid in figuring out what requests are being made,...

It seems that a timeout occurs when JDA tries to cache the server's members, caching 400k members probably isn't well supported. Many DiscordSRV features rely on users/members being cached to...

> RestActions represent web requests. This is why we rely on a cache. Requiring any Discord-provided information to be re-requested any time it's needed would lead to an excessively slow...

Don't bump pull requests

Occurs here, https://github.com/DiscordSRV/DiscordSRV/blob/9a001ca90e77211154c06539c00c5696d1b5e893/src/main/java/github/scarsz/discordsrv/hooks/PlaceholderAPIExpansion.java#L156-L159 it grabs the filtered roles but then just ignores them and grabs the first role

This is a bit iffy due to `GuildMemberUpdateBoostTimeEvent` existing