Would it be possible to get a list of the event hooks for v0.12?
I'm developing a plugin for someone and one of the features is logging the current server population at the beginning and end of each map.
I'm already hooked into nextMap, but struggling to find one that triggers at the end of a map
EDIT: Never mind, found the list in daemon.php - For anyone else looking for the same thing; there is a switch case set for "mapend" but it doesn't call anything