Releases: aternosorg/codex-minecraft
Releases · aternosorg/codex-minecraft
v3.6.0
v3.5.0
What's Changed
- Remove ".paper-remapped/" from plugin path by @pavog in #91
- Added
- PluginFileProblem which is a base class for all problems that are related to a plugin file. It holds the plugin file path and offers a generic function (setMatches) to extract the plugin file name and path from the errors, as well as adding the solutions PluginInstallDifferentVersionSolution and PluginInstallDifferentVersionSolution and FileDeleteSolution
- Function correctPluginPath to PluginProblem that corrects the ".paper-remapped" in the plugin path
- Function extractPluginName to PluginProblem that extracts the plugin name from the plugin path
- Function extractPluginFileName to PluginProblem that extracts the plugin file name from the plugin path
- Changed
- AmbiguousPluginNameProblem now extends PluginProblem
- PluginDependenciesProblem now extends PluginFileProblem which adds the PluginInstallDifferentVersionSolution to it
- PluginDependencyProblem now extends the PluginFileProblem which adds the PluginInstallDifferentVersionSolution to it
- PluginLoadProblem now extends PluginFileProblem
- UnsupportedApiVersionProblem now extends PluginFileProblem
- UnsupportedClassVersionProblem now extends PluginFileProblem which adds the PluginInstallDifferentVersionSolution to it
- PluginRegionalTickingProblem now extends PluginFileProblem and suggests the PluginInstallDifferentVersionSolution
- ApiVersionLowerThanPluginProblem now extends PluginFileProblem
- Added test logs
- paper-multiple-dependencies-1-21-1
- paper-plugin-api-version-too-low-1-21-1
- paper-plugin-dependency-1-21-1
- paper-plugin-unsupported-class-version-1-21-1
- paper-unsupported-api-version-1-21-1
- Added
Full Changelog: v3.4.0...v3.5.0
v3.4.0
v3.3.0
v3.2.0
v3.1.0
What's Changed
- Detect UnsupportedClassVersionErrors in newer versions of Paper by @pavog in #78
- Detect UnsupportedApiVersionErrors in newer versions of Paper by @pavog in #79
- Detect AmbiguousPluginNameErrors in newer versions of Paper by @pavog in #80
- Detect missing / unknown dependencies errors in newer versions of Paper by @pavog in #81
- Detect new versions of Paper and Folia by @pavog in #83
- add translations by @DominikDoemsky in #82
- Paper: Detect problem "Plugin API version ... is lower than the minimum allowed version. " by @pavog in #84
Full Changelog: v3.0.2...v3.1.0
v3.0.2
v3.0.1
v3.0.0
What's Changed
- Added network protocol error reports by @matthi4s in #75
⚠️ Some crash report classes were moved/renamed for this
- Detect more CustomSkinLoader logs by @JulianVennen in #76
Full Changelog: v2.10.2...v3.0.0
v2.10.2
What's Changed
- Detect fabric mod dependency problems if the mod is installed in the wrong version
- Detect forge side and mcversion for very old Minecraft versions
- Detect various crash reports even if there's another character before it in the first line
- Detect neoforge early (Fixes #70)
Full Changelog: v2.10.1...v2.10.2