A fork of prismarine-web-client for my instance
Find a file
Romain Beaumont d978f5c762 add code
2021-02-27 22:12:11 +00:00
.github Initial commit 2021-02-27 22:27:59 +01:00
test add code 2021-02-27 22:12:11 +00:00
.gitignore add code 2021-02-27 22:12:11 +00:00
.gitpod Initial commit 2021-02-27 22:27:59 +01:00
.gitpod.DockerFile Initial commit 2021-02-27 22:27:59 +01:00
.npmrc Initial commit 2021-02-27 22:27:59 +01:00
dns.js add code 2021-02-27 22:12:11 +00:00
HISTORY.md Initial commit 2021-02-27 22:27:59 +01:00
index.html add code 2021-02-27 22:12:11 +00:00
index.js add code 2021-02-27 22:12:11 +00:00
LICENSE Initial commit 2021-02-27 22:27:59 +01:00
package.json add code 2021-02-27 22:12:11 +00:00
perf_hooks_replacement.js add code 2021-02-27 22:12:11 +00:00
README.md add code 2021-02-27 22:12:11 +00:00
server.js add code 2021-02-27 22:12:11 +00:00
webpack.config.js add code 2021-02-27 22:12:11 +00:00

prismarine-web-client

NPM version Build Status Discord Try it on gitpod

A minecraft client running in a web page.

It runs mineflayer in the browser which connects to a websocket minecraft server. It provides a simple websocket to tcp proxy as a backend to make it possible to connect to any minecraft server.

Features

  • display blocks
  • display entities as colored rectangles
  • movement sync

Roadmap

  • chat
  • block placing and breaking

Run

npm install
npm run build-start

Then connect to http://localhost:8080