brunyman / MPDB

9 stars 2 forks source link

Override behavior on server disable #87

Open korallo159 opened 2 years ago

korallo159 commented 2 years ago

Hi, I want to implement custom behavior when server is disabled, however players are kicked due to MPDB plugin.

brunyman commented 2 years ago

Can you post a server log when the server is shutting down to better explain what you want changed? My plugin only kicks players on shutdown if you execute the command /mpdb saveAndKick , else the plugin only saves their data and the server will kick the players.

korallo159 commented 2 years ago

Your plugin kicks players, however I want to perform operations on players in onDisable. Your plugin do that before mine.