minecraft-chat
v1.0.2
Published
A basic minecraft library that allows a client to send and receive chats.
Downloads
4
Readme
Minecraft Chat
Create minecraft bots with the ability to send and receive chats. Please note that this package was specifically built for a personal project and was released upon request. Customisability is low and there may be unresolved bugs and issues.
Features
- Login any account using mojang or microsoft authentication
- Send chat packets with delay
- Receive chat packets
Installation
To install this package you will need Node.js and Node Package Manager (npm). If you don't have these installed head on over to the Node.js downloads and install your desired version.
Then, run npm install minecraft-chat
to add the package to any current project.