minecraft-websocket icon indicating copy to clipboard operation
minecraft-websocket copied to clipboard

Control Minecraft using websockets in JavaScript and Python

Programming Minecraft with Websockets

Minecraft lets you connect to a websocket server when you're in a game using the Minecraft Websocket protocol, which is undocumented.

This repo is a collection of code snippets that explore the protocol.

Here's the tutorial.

Here's the Python video tutorial

Python Tutorial

Here's the JavaScript video tutorial

JavaScript Tutorial