Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
/ BedrockWS Public archive

PEWS inspired websocket server for Minecraft: Bedrock Edition

Notifications You must be signed in to change notification settings

pocketnode/BedrockWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BedrockWS

Starting up the first time:

git clone https://github.com/eDroiid/BedrockWS.git
cd BedrockWS
npm i && node Server

Another way:

npm i https://github.com/eDroiid/BedrockWS.git
node MyServer.js

MyServer.js:

const MyServer = new (require("bedrockws"))();

MyServer.on("PlayerMessage", event => console.log(`${event.sender}: ${event.message}`));

MyServer.listen(80);

In Minecraft run /connect localhost. Send a message. Check your command line.

About

PEWS inspired websocket server for Minecraft: Bedrock Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published