Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-evers committed Nov 25, 2021
1 parent 3df82d1 commit 1defde5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.3] - 2021-11-25
### Changed
- Update Paper Download Api to v2

## [1.0.2] - 2020-10-05
### Added
- Add Config Option for Server Gui

[1.0.3]: https://github.com/garrus-de/minecraft-server-plugin/releases/tag/1.0.3
[1.0.2]: https://github.com/garrus-de/minecraft-server-plugin/releases/tag/1.0.2
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Minecraft Server Plugin [![Build Status](https://travis-ci.com/MEGarrusVakarian/minecraft-server-plugin.svg?branch=master)](https://travis-ci.com/MEGarrusVakarian/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)
# 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.

Expand All @@ -9,9 +9,9 @@ __Notice__: Current only [Papermc](http://papermc.io) Server supported.
<plugin>
<groupId>de.garrus.maven</groupId>
<artifactId>minecraft-server-plugin</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<configuration>
<serverVersion>1.16.3</serverVersion>
<serverVersion>1.17.1</serverVersion>
<createEula>true</createEula>
<gui>true</gui>
</configuration>
Expand Down

0 comments on commit 1defde5

Please sign in to comment.