Optimised the entity grouping task. This task was previously quite expensive to run and would throw a lot of garbage onto the heap.
Added a configurable delay before starting the trigger checker task after the plugin is enabled. This is useful if using the reactive mode as it allows the plugin to ignore the performance in the first few minutes following a server restart.
Use the median tick time for calculating MSPT rather than a truncated mean.