Protonull/Extenstom

cant join server

Closed this issue · 5 comments

it gets stuck on joining world

Heard about something like this, so I've pulled the latest commit from Minestom. See if that helps.

it still doesn't connect

Would you mind showing your setup? Do you have links to the extensions you're using? And are there any warnings or errors in the console?

i think its because of an instance not being included

Keep in mind that BasicMinestomServer's mandate is simply to provide a runnable jar; it does not provide any custom behaviour whatsoever. Creating an instance and spawning players into that instance is considered custom behaviour. You'd need to create an extension that reimplements what the Minestom wiki explains in its "Your first server" page, sans the MinecraftServer.init() and the minecraftServer.start("0.0.0.0", 25565) since BasicMinestomServer does that for you.