Initial commit

This commit is contained in:
Cyanoure
2025-07-13 18:09:48 +02:00
commit 06679379d7
2145 changed files with 364057 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
## 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
```