From 9bb4aec0be8f35163809ce4aeca7d4b8276796d5 Mon Sep 17 00:00:00 2001 From: slayernominee Date: Thu, 4 Jan 2024 13:48:37 +0100 Subject: [PATCH] mc server instructions --- .gitignore | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index fd3dbb5..96f1554 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ .pnp.js .yarn/install-state.gz +# mc server +server/ + # testing /coverage diff --git a/README.md b/README.md index 0219667..e1bf7ab 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## Development +add a folder called `server` and put the `paper.jar` file in it that will run the server +add a eula file that has`eula=true` in it ... Visit the `.env` file and change the token, websocket port there ```sh