Update readme

This commit is contained in:
GeorgH93 2019-04-30 18:23:16 +02:00
parent c53cdfdaf5
commit 7e4f023a2c
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8

View File

@ -1,5 +1,23 @@
<img align="center" src ="https://pcgamingfreaks.at/images/minepacks.png" alt="Logo" />
<p align="center">Minepacks is a backpack plugin with different backpack sizes, multi-language and MySQL storage support.</p>
<!-- Variables (this block will not be visible in the readme -->
[banner]: https://pcgamingfreaks.at/images/minepacks.png
[spigot]: https://www.spigotmc.org/resources/minepacks.19286/
[bukkit]: http://dev.bukkit.org/bukkit-plugins/minepacks/
[issues]: https://github.com/GeorgH93/Minepacks/issues
[wiki]: https://github.com/GeorgH93/Minepacks/wiki
[faq]: https://github.com/GeorgH93/Minepacks/wiki/faq
[release]: https://github.com/GeorgH93/Minepacks/releases/latest
[releaseImg]: https://img.shields.io/github/release/GeorgH93/Minepacks.svg?label=github%20release
[license]: https://github.com/GeorgH93/Minepacks/blob/master/LICENSE
[licenseImg]: https://img.shields.io/github/license/GeorgH93/Minepacks.svg
[ci]: https://ci.pcgamingfreaks.at/job/Minepacks%20V2/
[ciImg]: https://ci.pcgamingfreaks.at/job/Minepacks%20V2/badge/icon
<!-- End of variables block -->
[![Logo][banner]][spigot]
Minepacks is a backpack plugin for minecraft server running bukkit or spigot.
[![ciImg]][ci] [![releaseImg]][release] [![licenseImg]][license]
## Features:
* Configuration
@ -9,11 +27,17 @@
* SQLite/MySQL database
* Multi Language (English and German Language File included)
* Preserves the NBT data of items (everything that can be stored in a chest can be stored in the backpack)
* Support for MC 1.7.6 and newer (name changing / UUID)
* Support for name changing / UUIDs
* Auto-updater
## Support
* [Wiki][wiki]
* [Issue tracker][issues]
<!-- * Feature request
* Bug report
* [Faq][faq]-->
## Links
* [Spigot](https://www.spigotmc.org/resources/minepacks.19286/)
* [Dev Bukkit](http://dev.bukkit.org/bukkit-plugins/minepacks/)
* [Issue tracker](https://github.com/GeorgH93/Minepacks/issues)
* [Build Server ![Build Status](http://ci.pcgamingfreaks.at/job/Minepacks%20V2/badge/icon)](http://ci.pcgamingfreaks.at/job/Minepacks%20V2/)
* [Spigot][spigot]
* [Dev Bukkit][bukkit]
* [Build Server][ci]