Add ProjectZomboidAdminLog (admin.txt)
Free-form English message body with verb-dispatched analyser regexes (ADDED_ITEM, ADDED_XP, GRANTED_ACCESS, CHANGED_OPTION, RELOADED_OPTIONS, TELEPORTED). Parser captures only the timestamp, since the admin name itself can include parentheses or whitespace. Detectors: filename match plus content signatures on 'added item Base.X in Y's inventory' and 'granted ROLE access level on'.
This commit is contained in:
12
test/src/Games/ProjectZomboid/fixtures/admin-minimal.txt
Normal file
12
test/src/Games/ProjectZomboid/fixtures/admin-minimal.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
[16-04-26 18:33:34.289] AdminUser added item Base.ShotgunShells in Player1's inventory.
|
||||
[16-04-26 18:33:34.290] AdminUser added item Base.ShotgunShells in Player1's inventory.
|
||||
[16-04-26 18:33:34.291] AdminUser added item Base.Bandage in Player2's inventory.
|
||||
[16-04-26 18:34:00.500] AdminUser added 750.0 Blunt xp's to Player1.
|
||||
[16-04-26 18:34:01.225] AdminUser added 525.0 Aiming xp's to Player2.
|
||||
[16-04-26 18:35:10.000] AdminUser granted admin access level on Player1.
|
||||
[16-04-26 18:35:30.115] AdminUser granted user access level on Player2.
|
||||
[16-04-26 18:36:15.500] AdminUser changed option AnnounceDeath=true.
|
||||
[16-04-26 18:36:30.812] AdminUser changed option PVP=false.
|
||||
[16-04-26 18:37:00.014] AdminUser reloaded options.
|
||||
[16-04-26 18:38:00.225] AdminUser teleported Player1 to 1100,2200,0.
|
||||
[16-04-26 18:39:15.500] AdminUser teleported Player2 to 1100,2200,-1.
|
||||
Reference in New Issue
Block a user