Kelgors / mc-chat

Minecraft headless client for chatting and keep chunk loaded where your character is.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft-Chat

Chat with your friend from your terminal. Be aware that your character will be connected to the server and can take damage or die. You need a mojang account or microsoft account.

Come say hi to play.1ef51.com =)

Getting Started

$ mc-chat --host 8.8.8.8 --port 25565 --user youremail@provider.ltd
Minecraft password:
Connecting to 8.8.8.8:25565...
Notch joined the game
> hello
<Notch> hello
<AnotherPlayer> Hi =)

You can provide your password via the -P <password> argument but it will be stored in your bash_history.

Full list of commands via mc-chat --help

How-To

Available for Linux or WSL.

Install

git clone https://github.com/Kelgors/mc-chat.git
cd mc-chat
npm install
npm install -g . # Add mc-chat command to your path

Update

cd mc-chat
git pull origin main
npm install
npm install -g . # Add mc-chat command to your path

TODO

must have

  • Chat colors
  • Save chat logs
  • AFK: reconnect,auto move

nice to have

  • Move your player (.forward,.backward, ....)
  • Damage notif, auto disconnect?

Resources

About

Minecraft headless client for chatting and keep chunk loaded where your character is.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%