Add AdminAddedXpInformation insight

This commit is contained in:
2026-04-30 21:45:12 +00:00
parent 0d85a05df3
commit a2faa551a1
3 changed files with 62 additions and 0 deletions

View File

@@ -34,4 +34,6 @@ class AdminPattern
* matching.
*/
public const string ADDED_ITEM_ENTRY = '/^\[\d{2}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}\] (?<admin>.+?) added item (?<item>Base\.\S+) in (?<target>.+?)\'s inventory\.?$/';
public const string ADDED_XP_ENTRY = '/^\[\d{2}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}\] (?<admin>.+?) added (?<amount>[\d.]+) (?<skill>\S+) xp\'s to (?<target>.+?)\.?$/';
}