I also added the handle_frame event (called once per server frame, i.e. 40 times per second by default) and made the proposed events hot_pluggable, only registered with the C-code if there is an actual plugin making use of it - and deregistering the event if the last plugin that makes use of it unloads.
I also added the handle_frame event (called once per server frame, i.e. 40 times per second by default) and made the proposed events hot_pluggable, only registered with the C-code if there is an actual plugin making use of it - and deregistering the event if the last plugin that makes use of it unloads.
re: https://github.com/MinoMino/minqlx/issues/124