A: When survivors spawned via events.xml are hit or killed, pluginAdminLog writes empty name and ID fields. This breaks automated log parsers and prevents admins from auditing PvE encounters. Example lines:
19:04:28 | Player "" (id= pos=<3683.9, 6001.2, 402.0>)[HP: 51.768] hit by Player "PLAYERnameHERE" (id=PLAYERidHERE pos=<3686.5, 6000.5, 402.0>) into Head(0) for 24.116 damage (Bullet_556x45) with M4‑A1 from 2.65726 meters 19:04:28 | Player "" (DEAD) (id= pos=<3683.9, 6001.2, 402.0>) killed by Player "PLAYERnameHERE" (id=PLAYERidHERE pos=<3686.5, 6000.5, 402.0>) with M4‑A1 from 2.65726 meters
B: When a body is fired at after death, PlayerHitBy() logs every impact, flooding the log:
02:09:45 | Player "PlayerOne_Name" (DEAD) (id=PlayerOne_ID pos=<5065.5, 9992.1, 192.1>)[HP: 0] hit by Player "PlayerTwo_Name" (id=PlayerTwo_ID pos=<5064.5, 9990.2, 192.1>) into Torso(15) for 26.9018 damage (Bullet_762x39) with KA-M from 2.11794 meters 02:09:45 | Player "PlayerOne_Name" (DEAD) (id=PlayerOne_ID pos=<5065.5, 9992.1, 192.1>)[HP: 0] hit by Player "PlayerTwo_Name" (id=PlayerTwo_ID pos=<5064.5, 9990.1, 192.1>) into Torso(16) for 26.8942 damage (Bullet_762x39) with KA-M from 2.2114 meters 02:09:45 | Player "PlayerOne_Name" (DEAD) (id=PlayerOne_ID pos=<5065.5, 9992.1, 192.1>)[HP: 0] hit by Player "PlayerTwo_Name" (id=PlayerTwo_ID pos=<5064.5, 9990, 192.1>) into Torso(16) for 26.8844 damage (Bullet_762x39) with KA-M from 2.35586 meters
C: Vehicle damage can print 10‑plus nearly identical lines within one second, for example:
03:21:20 | Player "PlayerName" (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 88.2994] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 78.7425] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 69.1857] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 59.7092] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 50.2328] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 40.945] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 31.6573] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 22.4516] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 13.246] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 4.22963] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (DEAD) (id=PlayerID pos=<3804.7, 8770.1, 191.2>)[HP: 0] hit by Offroad_02 with TransportHit 03:21:20 | Player "PlayerName" (DEAD) (id=PlayerID pos=<3804.7, 8770.1, 191.2>) killed by Offroad_02