Unable to catch first couple players joining
sammypanda opened this issue ยท 4 comments
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
Can be "fixed" but the %message%
placeholder wouldn't work for those player joins that happened before the plugin started.
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.