You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console:
Connecting to localhost:19132 Dedicated Server (Bedrock level), version 1.21.2
It is using the java port, as i have another server running on the latest version of minecraft, but the 25565 port is also a bedrock just running on 1.21.2
The text was updated successfully, but these errors were encountered:
You need to ensure that the server is reachable from a vanilla client. If the ping times out then the server is unreachable at that port. If there is a ping response please post the ping response data.
Changing the port on the ping, server, and even the client does not change at all.
Code:
const { createClient, ping } = require(
bedrock-protocol
);const client = createClient({
host: "localhost",
port: 25565,
followPort: true,
profilesFolder: "./auth"
})
// ping({ host: "localhost", port: 25565 }).then(data => {
// console.log(data)
// })
Console:
Connecting to localhost:19132 Dedicated Server (Bedrock level), version 1.21.2
It is using the java port, as i have another server running on the latest version of minecraft, but the 25565 port is also a bedrock just running on 1.21.2
The text was updated successfully, but these errors were encountered: