Minecraft web client running in your browser
Find a file
Karang 0265d30304
Merge pull request #35 from Karang/master
Fix moving in chat, fix breaking snapping view
2021-03-02 05:14:31 +01:00
.github/workflows delete useless issue templates 2021-02-27 22:38:12 +00:00
assets change font to mojangles (#11) 2021-02-28 17:33:56 +01:00
extra-textures Add crosshairs (#15) 2021-03-01 03:31:30 +01:00
lib Fix moving in chat, fix breaking snapping view 2021-03-02 05:07:12 +01:00
test add code 2021-02-27 22:12:11 +00:00
.gitignore change font to mojangles (#11) 2021-02-28 17:33:56 +01: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.1.0 2021-02-28 22:27:52 +00:00
index.html Fix moving in chat, fix breaking snapping view 2021-03-02 05:07:12 +01:00
index.js Fix moving in chat, fix breaking snapping view 2021-03-02 05:07:12 +01:00
LICENSE Initial commit 2021-02-27 22:27:59 +01:00
package.json Update pviewer, no space in username (#32) 2021-03-02 00:44:41 +01:00
README.md add screenshot to readme (#19) 2021-03-01 03:45:27 +01:00
screenshot.png add screenshot to readme (#19) 2021-03-01 03:45:27 +01:00
server.js Create key codes object and replace body-parser (#20) 2021-03-01 09:41:12 +01:00
webpack.config.js Add crosshairs (#15) 2021-03-01 03:31:30 +01:00

prismarine-web-client

NPM version Build Status Discord Try it on gitpod

A minecraft client running in a web page. Demo at https://prismarine-web-client.js.org

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.

Screenshot

Screenshot of MineWeb in action

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