Compare commits

..

2 Commits

Author SHA1 Message Date
f1a90b55e4 README.md aktualisiert
Some checks failed
Deploy Development Release to DockerHub / docker (push) Failing after 1m11s
2024-12-27 22:03:17 +00:00
904a627b49 README.md aktualisiert
Some checks failed
Deploy Development Release to DockerHub / docker (push) Has been cancelled
2024-12-27 21:21:29 +00:00
2 changed files with 3 additions and 24 deletions

View File

@ -1,16 +1,8 @@
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Downloads][downloads-shield]][downloads-url]
[![MIT License][license-shield]][license-url]
<br />
<p align="center">
<a href="https://github.com/gnmyt/MCDashWrapper">
<a href="https://git.gnm.dev/Mathias/MCDashWrapper/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/bxuP8yC.png">
<img alt="MCDash Banner" src="https://i.imgur.com/aTxlW0Q.png">
<img alt="MCDash Banner" src="https://i.imgur.com/bxuP8yC.png">
</picture>
</a>
</p>
@ -39,16 +31,3 @@ Check out our [installation guide](https://mcdash.gnmyt.dev/docs/wrapper) to ins
## License
Distributed under the MIT License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/gnmyt/MCDashWrapper.svg?style=for-the-badge
[contributors-url]: https://github.com/gnmyt/MCDashWrapper/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/gnmyt/MCDashWrapper.svg?style=for-the-badge
[forks-url]: https://github.com/gnmyt/MCDashWrapper/network/members
[stars-shield]: https://img.shields.io/github/stars/gnmyt/MCDashWrapper.svg?style=for-the-badge
[stars-url]: https://github.com/gnmyt/MCDashWrapper/stargazers
[issues-shield]: https://img.shields.io/github/issues/gnmyt/MCDashWrapper.svg?style=for-the-badge
[issues-url]: https://github.com/gnmyt/MCDashWrapper/issues
[license-shield]: https://img.shields.io/github/license/gnmyt/MCDashWrapper.svg?style=for-the-badge
[license-url]: https://github.com/gnmyt/MCDashWrapper/blob/master/LICENSE.txt
[downloads-shield]: https://img.shields.io/github/downloads/gnmyt/MCDashWrapper/total?style=for-the-badge
[downloads-url]: https://github.com/gnmyt/MCDashWrapper/releases/latest

View File

@ -125,7 +125,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.18.0</version>
<version>2.17.0</version>
</dependency>
<!-- Reflections API -->