New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

web-minecraft-fork

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-minecraft-fork

[![Join the chat at https://gitter.im/web-minecraft/community](https://badges.gitter.im/web-minecraft/community.svg)](https://gitter.im/web-minecraft/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Discord](https://

latest
npmnpm
Version
1.1.2
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

web-minecraft

Join the chat at https://gitter.im/web-minecraft/community Discord

About

Web-minecraft is minecraft client written in Javascript. From web browser this client connects to node.js server and then to real minecraft server, so you can play minecraft in the browser.

Instructions

Install locally
git clone https://github.com/michaljaz/web-minecraft
cd web-minecraft
npm i

Minecraft server setup To run this game you need to start real minecraft server (by default it is 1.16.5 offline mode java edition on ip localhost:25565).
Minecraft premium support You can add premium=true parameter to url for premium, it will open a prompt, write password and tada.
Linting
#Only show whats wrong
npm run lint

#Fix what is wrong
npm run lint:fix

Development setup
#Start node server with webpack middleware
npm run dev

Production setup
#Cleaning dist folder (old game bundles)
npm run clean

#Building app bundle
npm run build

#Start node server and serve bundle files
npm start

Screenshots

screen6 screen6 screen6

FAQs

Package last updated on 04 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts