-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
I'm running the "Basic Server" from the examples page for 1.21.4:
const mcServer = require("flying-squid")
mcServer.createMCServer({
"motd": "A Minecraft Server \nRunning flying-squid",
"port": 25565,
"max-players": 10,
"online-mode": true,
"logging": true,
"gameMode": 1,
"generation": {
"name": "diamond_square",
"options": {
"worldHeight": 80
}
},
"kickTimeout": 10000,
"plugins": {},
"modpe": false,
"view-distance": 10,
"version": "1.21.4"
})I am unable to connect with a any 1.21.4 client. The error I get is this:
When running with DEBUG=minecraft-protocol the log from flying-squid is here: https://pastebin.com/xLzZGYjC
Metadata
Metadata
Assignees
Labels
No labels
