would it be possible?
Adding search all explosions made by a specific person/id
i run a newbies server and keep telling people who are not newbs anymore that they can go elsewhere to a more advanced servers but instead these people keep raiding every day everything they see and ruining experience for new players and when i use this plugin it just spits a random names unless im 50m close to the specific building, so there is no chance to find everything what that specific person has done

added in next update. follow above GREEN comments in the screenshot if you want it now. line numbers are on the left.
for easy copy pasting:
string id = args.Any(arg => arg.IsSteamId()) ? args.First(arg => arg.IsSteamId()) : null;if (id != null && x["AttackerId"] != id) continue;cool thank you