From 49cd788a684eac2396d08db0c3ddd7e89feec642 Mon Sep 17 00:00:00 2001 From: KartoffelChipss Date: Sun, 24 May 2026 22:25:32 +0200 Subject: [PATCH] Update start server command in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22c58cb..4e80ae1 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ Add the following inside the `` section of your `pom.xml`: > **Note:** Replace `LATEST` with the actual latest version, and set `` to whichever Minecraft version you want to test against. -### 3. Run the server +### 3. Start the server ```bash -mvn package mcrun:run +mvn package mcrun:start ``` This will: