Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garrus-de/minecraft-server-plugin

Maven Minecraft Server Launcher Plugin
https://github.com/garrus-de/minecraft-server-plugin

bukkit maven minecraft minecraft-server papermc spigot

Last synced: 2 months ago
JSON representation

Maven Minecraft Server Launcher Plugin

Awesome Lists containing this project

README

        

# Minecraft Server Plugin [![Maven Central](https://img.shields.io/maven-central/v/de.garrus.maven/minecraft-server-plugin.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22de.garrus.maven%22%20AND%20a:%22minecraft-server-plugin%22)

Maven Plugin to launch an Server for Plugin Development.

__Notice__: Current only [Papermc](http://papermc.io) Server supported.
## Installation

```xml

de.garrus.maven
minecraft-server-plugin
1.0.3

1.17.1
true
true

```

## Usages

Install the server in the configured folder
````shell script
mvn minecraft-server:server-install
````

Start the minecraft server on the default server port __25565__

````shell script
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](https://choosealicense.com/licenses/mit/)