Crash with Laborus plugin (Sponge)
Opened this issue · 2 comments
Latests Forge version, latest version of Laborus Plugin, and Sponge (API 7). When I start the server, it crash with this crash-report, can u make something? Thank's in advance cause there is only this plugin for jobs in Sponge :/
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: Could not initialize class de.lergin.laborus.data.JobKeys
at de.lergin.laborus.data.jobs.JobDataManipulatorBuilder.buildContent(JobDataManipulatorBuilder.java:68)
at org.spongepowered.api.data.persistence.AbstractDataBuilder.build(AbstractDataBuilder.java:87)
at org.spongepowered.common.data.util.DataUtil.lambda$deserializeManipulator$11(DataUtil.java:239)
at java.util.Optional.flatMap(Optional.java:241)
at org.spongepowered.common.data.util.DataUtil.deserializeManipulator(DataUtil.java:239)
at org.spongepowered.common.data.util.DataUtil.tryDeserializeManipulator(DataUtil.java:225)
at org.spongepowered.common.data.util.DataUtil.lambda$deserializeManipulatorList$10(DataUtil.java:206)