2015-05-01 12:23:47 -05:00
2015-05-01 12:23:47 -05:00
2015-04-30 15:41:26 -05:00
2015-04-30 19:41:56 -05:00
2015-04-30 13:25:17 -05:00
2015-05-01 12:23:47 -05:00
2015-04-30 13:14:51 -05:00
2015-04-30 14:01:19 -05:00
2015-04-30 19:32:00 -05:00
2015-04-30 18:33:15 -05:00

MinecraftChat

Circle CI

Web based Minecraft chat client for 1.8 servers.

MinecraftChat Screenshot

###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/AlexKvazos/MinecraftChat
cd MinecraftChat
npm install && grunt build
npm start

This will start the application on port 3000 or the one specified by the PORTenvironment variable.

###Grunt tasks

  • grunt debug - Builds the client-side javascript application with no minification
  • grunt build - Builds the client-side javascript application with minification
  • grunt watch - Automatically runs grunt debug when client-side code changes
  • grunt server - Starts server and automatically restart when server-side code changes
S
Description
Minecraft web based chat client
Readme 445 KiB
Languages
JavaScript 93.8%
HTML 5.4%
CSS 0.8%