Hello! I encountered a startup issue with the AxiomPaper plugin and wanted to report it.
Issue:
When enabling the plugin on Paper 1.21.8, the server throws the following error:
[01:34:43 ERROR]: Error occurred while enabling AxiomPaper v5.0.1+1.21.8 (Is it up to date?)
java.lang.NoClassDefFoundError: com/moulberry/axiom/AxiomReflection
Caused by: java.lang.ClassNotFoundException: com.moulberry.axiom.AxiomReflection
Details:
- Paper version:
1.21.8-R0.1-SNAPSHOT - Plugin version:
AxiomPaper-5.0.1-for-MC1.21.8.jar - The class
AxiomReflectionseems to be missing from the JAR or not being loaded properly at runtime.
Steps to reproduce:
- Place
AxiomPaper-5.0.1-for-MC1.21.8.jarin the/pluginsfolder. - Start a Paper
1.21.8server. - Observe the error during the enable phase.
Expected behavior:
The plugin should load successfully without missing class errors.
Could you please check if the AxiomReflection class is missing from the current build or if there’s a dependency that needs to be bundled manually?
Thank you!