Files
Plasma-Launcher/README.md
2025-07-13 18:09:48 +02:00

20 lines
355 B
Markdown

## Plasma Launcher
This is not ready for production.
Tested in NodeJS 22
### Extra features
It adds default servers from https://files.chronika.hu/serverlist.json to the game using `prismarine-nbt` library.
### Setup
```sh
git clone https://git.chronika.hu/Cyanoure/Plasma-Launcher.git
cd Plasma-Launcher
npm install
```
### Start
```sh
npm start
```