Maven Plugin to launch an Server for Plugin Development.
Notice: Current only Papermc Server supported.
<plugin>
<groupId>de.garrus.maven</groupId>
<artifactId>minecraft-server-plugin</artifactId>
<version>1.0.3</version>
<configuration>
<serverVersion>1.17.1</serverVersion>
<createEula>true</createEula>
<gui>true</gui>
</configuration>
</plugin>
Install the server in the configured folder
mvn minecraft-server:server-install
Start the minecraft server on the default server port 25565
mvn minecraft-server:server-start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.