Update start server command in readme

This commit is contained in:
2026-05-24 22:25:32 +02:00
parent 303e3d910b
commit 49cd788a68
+2 -2
View File
@@ -44,10 +44,10 @@ Add the following inside the `<build><plugins>` section of your `pom.xml`:
> **Note:** Replace `LATEST` with the actual latest version, and set `<mcVersion>` to whichever Minecraft version you want to test against. > **Note:** Replace `LATEST` with the actual latest version, and set `<mcVersion>` to whichever Minecraft version you want to test against.
### 3. Run the server ### 3. Start the server
```bash ```bash
mvn package mcrun:run mvn package mcrun:start
``` ```
This will: This will: