Aurora Lahtela

Results 313 comments of Aurora Lahtela

~~It may be difficult to support since it does not come with a built-in plugin loading support (at least from a quick look)~~ Never mind they do have some sort...

This behavior of the placeholder occurs when stuff is executed on the server thread. If it is possible to switch command helper to execute async task it will wait until...

This sounds like a 3rd plugin needs to be implemented using apis of LuckPerms (or discordSRV) and Plan

I think Luckperms updates context on the server thread (not 100% sure), and trying to load data from database on the server thread will crash the server. Because Plan placeholders...

Quests has not released an API artifact for 5.0.0 in the Maven repository so I can't fix this until they make a full release

Proposed solution: - HEAD request is taken into use for checking if downloading is required https://dev.maxmind.com/geoip/updating-databases - A server is written that downloads the geoip database when requested, and then...

Yep looks like using the cleanupCacheDirectory cleans any files not loaded by that DependencyManager, so if used by both, all files will be deleted (but one will fail since it's...

Thanks for the insight in how it might need to wait after login, I didn't know that ws the case so it should make it easier to fix it

Please test this build https://github.com/plan-player-analytics/Plan/actions/runs/8213295818 It adds a 1 second wait before asking for the premium status.