Minepacks/README.md

43 lines
1.6 KiB
Markdown
Raw Normal View History

2019-04-30 18:23:16 +02:00
<!-- 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]
2014-08-02 17:50:30 +02:00
2018-04-26 15:47:30 +02:00
## Features:
* Configuration
* Permissions
* Backpack size controlled by permissions
* Auto item-collect on full inventory (can be enabled in the config)
* 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)
2019-04-30 18:23:16 +02:00
* Support for name changing / UUIDs
2018-04-26 15:47:30 +02:00
* Auto-updater
2014-08-02 17:51:07 +02:00
2019-04-30 18:23:16 +02:00
## Support
* [Wiki][wiki]
* [Issue tracker][issues]
<!-- * Feature request
* Bug report
* [Faq][faq]-->
2018-04-26 15:47:30 +02:00
## Links
2019-04-30 18:23:16 +02:00
* [Spigot][spigot]
* [Dev Bukkit][bukkit]
* [Build Server][ci]