Update start server command in readme
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user