codex-minecraft
codex-minecraft copied to clipboard
PHP library to read, parse, print and analyse Minecraft log files.
https://github.com/aternosorg/codex-minecraft/blob/278a8b82ba06e74a1a0aa835091d14aaafb9ed00/src/Log/Minecraft/CustomSkinLoader/CustomSkinLoaderClientLog.php#L18 CustomSkinLoader is a long-established mod with numerous versions. The log format is not exactly the same for each version. I dont use PHP, it's hard to create a PR....
This PR replaces all occurrences of `SinglePatternDetector` with `MultiPatternDetector` to get rid of one long, complex and inefficient regular expression and replace it with two regular expressions that are easier...
I have a [quite long client log](https://mclo.gs/DzsQfxC) of Forge 1.16.5 with many mods. Unfortunately, this log is not recognized as a client log, but as a server log instead. I...
**Problem** If a plugin has a dot in its name, the part after the `.` in the name is cut off. This is because this part is interpreted as a...
- removes unused imports - removes duplicated semicolon - imports MinecraftLog
Updated regex patterns to properly detect incorrect Forge versions and incompatible mod versions.