[01:09:32] [Server thread/ERROR]: Encountered an unexpected exception
com.google.inject.CreationException: Unable to create injector, see the following errors:
1) No implementation for ninja.leaping.configurate.loader.ConfigurationLoader<ninja.leaping.configurate.commented.CommentedConfigurationNode
> was bound.
while locating ninja.leaping.configurate.loader.ConfigurationLoader<ninja.leaping.configurate.commented.CommentedConfigurationNode>
for field at com.prennet.boomod.serverprivacygate.boosserverprivacygate.BoosServerPrivacyGate.loader(BoosServerPrivacyGate.java:28)
at org.spongepowered.common.guice.SpongePluginGuiceModule.configure(SpongePluginGuiceModule.java:63)
1 error
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:466) ~[sponge-1.8-1519-2.1DEV-707.jar:1.8-1519-
… Dev1519-707 Server, Using Shaded API-jar file spongeapi-2.1-20151012.175656-59-shaded Forge 1519.
This is my first time trying the Configuration system, so I have no working baseline for comparison - is this error due to something missing that a maven setup would normally include, that the shaded jar api doesn’t? Or am I using an incorrect import of something?