Minecraft web client running in your browser
Find a file
2021-02-28 00:02:50 +00:00
.github/workflows delete useless issue templates 2021-02-27 22:38:12 +00:00
assets add minecraft font 2021-02-27 23:58:21 +00:00
lib add ugly chat box from https://github.com/AwesomestCode/mineflayer-web-test/branches 2021-02-27 23:18:58 +00: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
.npmignore fix package.json 2021-02-27 22:28:08 +00:00
.npmrc Initial commit 2021-02-27 22:27:59 +01:00
HISTORY.md Release 1.0.1 2021-02-27 22:36:20 +00:00
index.html hide ugly chat scrollbar 2021-02-28 00:02:50 +00:00
index.js add ugly chat box from https://github.com/AwesomestCode/mineflayer-web-test/branches 2021-02-27 23:18:58 +00:00
LICENSE Initial commit 2021-02-27 22:27:59 +01:00
package.json add ugly chat box from https://github.com/AwesomestCode/mineflayer-web-test/branches 2021-02-27 23:18:58 +00:00
README.md fix server import 2021-02-27 22:35:59 +00:00
server.js fix server import 2021-02-27 22:35:59 +00:00
webpack.config.js add minecraft font 2021-02-27 23:58:21 +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.

Usage

npm install -g prismarine-web-client then run prismarine-web-client then open http://localhost:8080 in your browser

Features

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

Roadmap

  • chat
  • block placing and breaking

Development

npm install
npm run build-start

Then connect to http://localhost:8080