Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to SpongeAPI 7.3.0 #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update to SpongeAPI 7.3.0 #104

wants to merge 2 commits into from

Conversation

satoshinm
Copy link
Owner

No description provided.

@satoshinm
Copy link
Owner Author

satoshinm commented Jan 10, 2021

WebSandboxMC compiles and runs with SpongeAPI 7.3.0 on a spongeforge-1.12.2-2838-7.3.0. server on forge-1.12.2-14.23.5.2854... but visiting localhost:4081 crashes trying to load Bukkit classes for some reason:

[13:40:01] [nioEventLoopGroup-3-1/WARN] [io.github.satoshinm.WebSandboxMC.dep.io.netty.channel.ChannelInitializer]: Failed to initialize a channel. Closing: [id: 0x006c8cbd, L:/0:0:0:0:0:0:0:1:4081 - R:/0:0:0:0:0:0:0:1:52254]
java.lang.NoClassDefFoundError: org/bukkit/Bukkit
	at io.github.satoshinm.WebSandboxMC.ws.WebSocketFrameHandler.<init>(WebSocketFrameHandler.java:38) ~[WebSocketFrameHandler.class:?]
	at io.github.satoshinm.WebSandboxMC.ws.WebSocketServerInitializer.initChannel(WebSocketServerInitializer.java:65) ~[WebSocketServerInitializer.class:?]
	at io.github.satoshinm.WebSandboxMC.ws.WebSocketServerInitializer.initChannel(WebSocketServerInitializer.java:31) ~[WebSocketServerInitializer.class:?]
	at io.github.satoshinm.WebSandboxMC.dep.io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129) [ChannelInitializer.class:?]
        if (this.checkIPBans) {
            this.ipBans = Bukkit.getServer().getIPBans(); // called even on Sponge

@satoshinm
Copy link
Owner Author

Now it loads on Sponge, but no blocks load:

Screen Shot 2021-01-10 at 1 59 21 PM

guess this wasn't implemented yet in this plugin, Sponge port not that complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant