Skip to content

garrus-de/minecraft-server-plugin

Repository files navigation

Minecraft Server Plugin Maven Central

Maven Plugin to launch an Server for Plugin Development.

Notice: Current only Papermc Server supported.

Installation

<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>

Usages

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT