How to make a Java and Bedrock server Aternos To make a Java server, you can follow the abovementioned steps. To create a Bedrock server, this is how to do it The first way is to repeat all the steps above, except for the step where you click on Create. Switch to Bedrock Edition, ...
import {BedrockPingClient} from 'craftping'; let client = new BedrockPingClient(); let status = await client.ping('localhost', 19132, AbortSignal.timeout(5000)); await client.close();Pinging a Bedrock server will return an UnconnectedPong object....