DiscordSRV

DiscordSRV

86.8k Downloads

Unable to catch first couple players joining

sammypanda opened this issue ยท 4 comments

commented

Since players are able to join before plugins have been loaded, it means that DiscordSRV is unable to mark them as joined since the login event happens before loading the plugin.

This means some players who leave the server haven't been marked as joining

commented

inactive

commented

Can be "fixed" but the %message% placeholder wouldn't work for those player joins that happened before the plugin started.

commented

there is a option in the spigot.yml file called: Late-bind: set this to true.
This will disable players connecting before all plugins are loaded.

commented

DiscordSRV loads async, late bind might not work.