#Plugin load and unload events?

1 messages · Page 1 of 1 (latest)

dim hill
#

I would like to know when another plugin got loaded and unloaded, is there a way to do this?

gray widget
#

one way is for you to run a scheduler timer that check if specified plugins instance is equal to null

dim hill
#

Yeah apart that

#

Is there no other way?

gray widget
#

i actually dont know

chilly pewter
#

The plugin load and unload events

#

to guarantee you catch it add a load before

dim hill
#

nvm I am a dumbass

I have a "central" plugin which deals with some data, and I wanted to know when a plugin was unloaded/loaded to do some cleanup/setup, forgot I am literally calling the methods 💀

chilly pewter