Is your feature request related to a problem?
My general problem is that players get kicked for server closed after the plugins got disabled
this causes the problem of PlayerQuitEvent/PlayerKickEvent not being called
This can lead for example to something like data not being stored or so
Describe the solution you'd like.
I'd love to see the player disconnect logic being handled before the plugins unload
Describe alternatives you've considered.
Right now when dealing with this problem I (or plugin devs in general) have to handle everything onDisable or kick the player
Other

Is your feature request related to a problem?
My general problem is that players get kicked for
server closedafter the plugins got disabledthis causes the problem of
PlayerQuitEvent/PlayerKickEventnot being calledThis can lead for example to something like data not being stored or so
Describe the solution you'd like.
I'd love to see the player disconnect logic being handled before the plugins unload
Describe alternatives you've considered.
Right now when dealing with this problem I (or plugin devs in general) have to handle everything onDisable or kick the player
Other