yariplus / minecraft-nodebb-integration

A plugin for Minecraft servers for integration with a NodeBB forum.
Creative Commons Zero v1.0 Universal
9 stars 4 forks source link

SpongeForge server install #34

Closed Couby closed 7 years ago

Couby commented 7 years ago

Hi,

Sorry if this is obvious :disappointed: I don't find how to install the plugin with a SpongeForge server.

I tried to put it in plugins and mods folder, I get this message :

[06:47:22] [Server thread/INFO] [FML]: FML has found a non-mod file nodebb-integration-universal-0.7.3.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
yariplus commented 7 years ago

You may need to use the 0.8.0 version here on GitHub under the releases tab.

On Aug 16, 2017 3:18 AM, "Frédéric Coubard" notifications@github.com wrote:

Hi,

Sorry if this is obvious 😞 I don't find how to install the plugin with a SpongeForge server.

I tried to put it in plugins and mods folder, I get this message :

[06:47:22] [Server thread/INFO] [FML]: FML has found a non-mod file nodebb-integration-universal-0.7.3.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yariplus/minecraft-nodebb-integration/issues/34, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDPi6H6aY5_I8eQEU_MiAHuIpWnRXloks5sYpfbgaJpZM4O4hAB .

Couby commented 7 years ago

Just tried with the 0.8.0, same result : [18:15:25] [Server thread/INFO] [FML]: FML has found a non-mod file nodebb-integration-universal-0.8.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.

Using forge-1.10.2-12.18.3.2281 and spongeforge-1.10.2-2281-5.2.0-BETA-2558.

Couby commented 7 years ago

0.8.0-alpha.10 precisely, I renamed the jar file.

yariplus commented 7 years ago

Word. I'll take a look at it tonight. Thanks for trying that.

On Aug 16, 2017 2:21 PM, "Frédéric Coubard" notifications@github.com wrote:

Just tried with the 0.8.0, same result : [18:15:25] [Server thread/INFO] [FML]: FML has found a non-mod file nodebb-integration-universal-0.8.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.

Using forge-1.10.2-12.18.3.2281 and spongeforge-1.10.2-2281-5.2.0-BETA-2558.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/yariplus/minecraft-nodebb-integration/issues/34#issuecomment-322857308, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDPi7Ro4O2nV5nzxWxdIEf02u72EvRPks5sYzNGgaJpZM4O4hAB .

Couby commented 7 years ago

Thanks :smile:

phit commented 7 years ago

that message has nothing to do with the plugin, FML will always print that for sponge plugins.. I've been using nodebb-integration-universal-0.8.0-alpha.10.jar with SpongeForge 1.10 and 1.11 with no issues, you sure it hasn't loaded? you can check with /sponge plugins or just running /nodebb

Couby commented 7 years ago

Unknown command for both. Not a surprise for /nodebb as I already tried, but more surprising for sponge... Could the problem come from sponge ?

phit commented 7 years ago

Post your fml-server-latest.log, I'm on the exact same sponge version and am not having any issues.

edit: /sponge plugins should work, if it doesn't Sponge isn't even loaded

yariplus commented 7 years ago

Confirmed 1.11 and 1.12 also working. Let's see those logs! :)

Couby commented 7 years ago

Damn, looks like I didn't install the right java :roll_eyes: [18:14:18] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 1.7.0_131, running on Linux:amd64:4.4.19-1-pve, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre Trying to fix this first. Thanks a lot for this direction.

Couby commented 7 years ago

That was it. Sorry for that.

Thanks again for your help @yariplus @phit