Forum rules: Do not post bugs or feature requests here! Report bugs to our Issue Tracker and suggestions to Suggest a Feature.

This site is not for solicitation of services or 'purchasing' development. Please do not post requesting side mods/plugins and so on. Your thread will be removed, and you will receive a warning.
By Jimmy8520
#161254 I've tried every way to get a currency/shop mod for my pixelmon server but nothing is working, im currently using creeperhost as my server host and ive tried downloading plugins but it says i cant because i have no plugins folder, ive contacted support and they told me it wasnt possible, but it obviously is if other people have it on their servers, anybody know a way to get it to work on my server?

User avatar
By Jay113355
#161328 If you are using pixelmon 4.0.x and mc 1.8, then you cant use bukkit plugins.
Its a long story as to why, but basically there is no more forge-bukkit mix anymore. If you want to use plugins start looking in to Sponge (link). Other wise you might be able to find a forge mod to do the trick.
Here's a place to start looking http://minecraft.curseforge.com/mc-mods/server-utility
By nex86
#161417 where do I find a runable jar file for sponge? I only see the source code on this page.

edit: found it but it makes the server crash.
I'm using sponge-1.8-1515-2.1DEV-666.jar on forge-1.8-11.14.3.1516

is there something I'm missing or is the version mismatching?
User avatar
By Jay113355
#161433 I had no problems with that combination of sponge and forge versions.

Is there a crash report?

Side note are you using java 8 ?
By nex86
#161457 I have no idea what Java version my host is using and how to change it.
I'm hosting on Nitrous Networks.

Also I will post an error log later.
User avatar
By Jay113355
#161459 Your host says they use java 7
https://nitrous-networks.com/support/ar ... do-you-use

Not sure if that is the problem, forge should be java6+ and pixelmon 4.0.7 works with java7 for me.
and sponge used to be java6+ but i read something about them changing that. so idk.

I think we would need the crash report to find out whats wrong.
By nex86
#161476 Do I need main jar file or the release or both?

here is the log:

Code: Select all[16:07:42] [Server thread/INFO]: Starting minecraft server version 1.8
[16:07:43] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderException: com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) Error injecting constructor, java.lang.IllegalStateException: Sponge was already initialized
at org.spongepowered.common.Sponge.<init>(Sponge.java:65)
at org.spongepowered.common.Sponge.class(Sponge.java:50)
while locating org.spongepowered.common.Sponge
1 error
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:339) ~[Loader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:483) ~[Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:355) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[po.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) Error injecting constructor, java.lang.IllegalStateException: Sponge was already initialized
at org.spongepowered.common.Sponge.<init>(Sponge.java:65)
at org.spongepowered.common.Sponge.class(Sponge.java:50)
while locating org.spongepowered.common.Sponge
1 error
at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1025) ~[InjectorImpl$2.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1051) ~[InjectorImpl.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at org.spongepowered.mod.SpongeMod.<init>(SpongeMod.java:104) ~[SpongeMod.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:334) ~[Loader.class:?]
... 6 more
Caused by: java.lang.IllegalStateException: Sponge was already initialized
at com.google.common.base.Preconditions.checkState(Preconditions.java:176) ~[minecraft_server.1.8.jar:?]
at org.spongepowered.common.Sponge.<init>(Sponge.java:67) ~[Sponge.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at org.spongepowered.common.Sponge$$FastClassByGuice$$818cdaf.newInstance(<generated>) ~[$ReflectUtils.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.cglib.reflect.$FastConstructor.newInstance(FastConstructor.java:40) ~[$FastConstructor.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:61) ~[DefaultConstructionProxyFactory$1.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:105) ~[ConstructorInjector.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) ~[ConstructorInjector.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267) ~[ConstructorBindingImpl$Factory.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) ~[ProviderToInternalFactoryAdapter$1.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103) ~[InjectorImpl.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[ProviderToInternalFactoryAdapter.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145) ~[SingletonScope$1.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41) ~[InternalFactoryToProviderAdapter.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016) ~[InjectorImpl$2$1.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092) ~[InjectorImpl.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012) ~[InjectorImpl$2.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1051) ~[InjectorImpl.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at org.spongepowered.mod.SpongeMod.<init>(SpongeMod.java:104) ~[SpongeMod.class:1.8-1515-2.1DEV-666+spongeproject-ci-b666.git-6ee0740f9c2701a9665784d850597f31b2bb0612]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:334) ~[Loader.class:?]
... 6 more
[16:07:43] [Server thread/ERROR]: This crash report has been saved to: /home/Thomas435/NN57505617/./crash-reports/crash-2015-09-28_16.07.43-server.txt
User avatar
By Jay113355
#161477 Main jar.

That's a odd error, make sure there's only one sponge jar in the mods folder.. if that's not it try deleting the 'libraries' folder and reinstalling forge.
JOIN THE TEAM