/magma-server

A (very) basic implementation of the Minecraft Server Protocol

Primary LanguageTypeScript

Magma Server

A basic implementation of the Minecraft Server Protocol in TypeScript

Currently only supports the Server List Ping packet

To install dependencies:

bun install

To run:

bun run src/main.ts

Add localhost:25565 to the server list

This project was created using bun init in bun v1.0.16. Bun is a fast all-in-one JavaScript runtime.