20 lines
355 B
Markdown
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
|
|
```
|