Pixelmon Server Crash Report!

I tried running my server like normal and it keeps saying that java .lang .NoClassDefFoundError:com/pixelmonmod/pixelmon/api/events/BreedEvent$MakeEgg, I’ve tried to delete usercache, ops, whitelist, and pixelmon.hocon to no avail. I’ve also gone into the forge config setting removeErroringEntities and removeErroringTileEntities to true with no help there. I’ve deleted Pixelmon extras config which seems to be the cause and nothing their either.
---- Minecraft Crash Report ----

WARNING: coremods are present:
EarlyLoadPlugin (PixelmonGenerations-1.12.2-8.5.1.jar)
SpongeCoremod (spongeforge-1.12.2-2838-7.3.1-RC4082.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :frowning:

Time: 7/11/21 11:34 AM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Pixel Extras (pixelextras)
Caused by: java.lang.NoClassDefFoundError: com/pixelmonmod/pixelmon/api/events/BreedEvent$MakeEgg
at com.pixelextras.PixelExtras.onServerStart(PixelExtras.java:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:797)
at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:297)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:307)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.pixelmonmod.pixelmon.api.events.BreedEvent$MakeEgg
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
… 36 more
Caused by: java.lang.NullPointerException

A detailed walkthrough of the error, its code path and all known details is as follows:

– Head –
Thread: Server thread
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$zjg000$onCrashReport(MinecraftServer.java:4687)

– Sponge PhaseTracker –
Details:
Phase Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$zjg000$onCrashReport(MinecraftServer.java:4687)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
at java.lang.Thread.run(Unknown Source)

– System Details –
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_291, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2114679352 bytes (2016 MB) / 2916089856 bytes (2781 MB) up to 2916089856 bytes (2781 MB)
JVM Flags: 2 total; -Xmx3072M -Xms3072M
IntCache: cache: 0, tcache: 0, allocated: 20, tallocated: 86
FML: MCP 9.42 Powered by Forge 14.23.5.2855 12 mods loaded, 12 mods active
States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored

Mods:

| State   | ID              | Version                  | Source                                        | Signature                                |
|:------- |:--------------- |:------------------------ |:--------------------------------------------- |:---------------------------------------- |
| LCHIJA  | minecraft       | 1.12.2                   | minecraft.jar                                 | None                                     |
| LCHIJA  | mcp             | 9.42                     | minecraft.jar                                 | None                                     |
| LCHIJA  | aearlymodloader | 8.5.1                    | minecraft.jar                                 | None                                     |
| LCHIJA  | FML             | 8.0.99.99                | forgeserver.jar                               | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA  | forge           | 14.23.5.2855             | forgeserver.jar                               | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA  | spongeapi       | 7.3.0-13882aa47          | spongeforge-1.12.2-2838-7.3.1-RC4082.jar      | None                                     |
| LCHIJA  | sponge          | 1.12.2-7.3.1-SNAPSHOT    | spongeforge-1.12.2-2838-7.3.1-RC4082.jar      | None                                     |
| LCHIJA  | spongeforge     | 1.12.2-2838-7.3.1-RC4082 | spongeforge-1.12.2-2838-7.3.1-RC4082.jar      | None                                     |
| LCHIJA  | biomesoplenty   | 7.0.1.2444               | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None                                     |
| LCHIJA  | pixelmon        | 8.5.1                    | PixelmonGenerations-1.12.2-8.5.1.jar          | None                                     |
| LCHIJAE | pixelextras     | 2.5.12                   | PixelExtras-1.12.2-2.5.12-universal.jar       | None                                     |


Plugins:

| State  | ID        | Version | Source                     | Signature |
|:------ |:--------- |:------- |:-------------------------- |:--------- |
| LCHIJA | luckperms | 5.3.0   | LuckPerms-Sponge-5.3.0.jar | None      |

Loaded coremods (and transformers): 

EarlyLoadPlugin (PixelmonGenerations-1.12.2-8.5.1.jar)
com.pixelmongenerations.core.plugin.PixelmonTransformer
SpongeCoremod (spongeforge-1.12.2-2838-7.3.1-RC4082.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
Profiler Position: N/A (disabled)
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to ‘fml,forge,sponge’
Type: Dedicated Server (map_server.txt)

Speak to whoever supports PixelExtras. It’s nothing to do with us.