Hi all. Writing a plugin to collect statistics on the actions of the players on the server, on my server, there are also plugins to increase the rate, the total resource extraction rate and rate through the system of skill. So, all these plugins and mine use the function OnDispenserGather, and I found that the first one started and the first to get in OnDispenserGather. Please advise how to properly implement the processing of OnDispenserGather first? As an option in OnServerInitialized() write a restart of rate plugins and get that my first involved in OnDispenserGather, will it be correct?
Or is there a more correct implementation?
Or is there a more correct implementation?