mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +02:00
4c1594019513a0a89b79e68ca8c749780ef3dc65
MinecraftChat
Web based Minecraft chat client for 1.8 servers.
Description
This is a very lightweight application... ~500kb without modules. It is built on Node and utilizes tools such as mineflayer, node-minecraft-protocol and socket.io. The whole purpose is that you can chat on Minecraft servers from your browser. This makes it easier to just jump in, say a few things, and leave without having to wait for your game to load.
Installing on your own server
git clone https://github.com/Kuchenm0nster/MinecraftChat
cd MinecraftChat
npm install && grunt build
npm start
This will start the application on port 3000 or the one specified by the PORT environment variable. Alternatively copy the .env.dist to .env and edit the port.
Grunt tasks
grunt debug- Builds the client-side javascript application with no minificationgrunt build- Builds the client-side javascript application with minificationgrunt watch- Automatically runsgrunt debugwhen client-side code changesgrunt server- Starts server and automatically restart when server-side code changes
Description
Languages
JavaScript
93.8%
HTML
5.4%
CSS
0.8%
