Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 429 Bytes

mchat.ts

A very slim, basic minecraft chat using TypeScript, minecraft-protocol, and blessed.

todo:

  • add user list
  • add colors

How to use:

  • Run: npm i -g typings gulp typescript
  • Run: typings install && npm install
  • Compile: gulp
  • Finally: node dist/Chat.js
  • Make sure you edit config.example.json and rename it to config.json

Preview

preview