Update README.md

This commit is contained in:
JEFF 2019-07-15 14:44:13 +02:00 committed by GitHub
parent 4bde443455
commit c6c32473d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 9 deletions

View File

@ -1,15 +1,6 @@
# ChestSort
1.8 to 1.14 compatible Minecraft-/Spigot-Plugin to allow automatic chest and inventory sorting.
## About
Tired of sorting your chests? Let's spend less time on organizing, and more on playing!
<p align="center"><img src="https://static.jeff-media.de/chestsort/chestsort-screen1.jpg" alt="Screenshot ChestSort" /></p>
<p align="center"><img src="https://static.jeff-media.de/chestsort/chestsort-screen2.jpg" alt="Screenshot ChestSort" /></p>
Tested Spigot versions: 1.8 to 1.14
## Download & more information
Please see the related topic at spigotmc.org for information regarding the commands, permissions and download links:
@ -21,3 +12,8 @@ To build the .jar file, you will need maven. Also, the CrackShot library is in n
## Technical stuff
ChestSort takes an instance of org.bukkit.inventory.Inventory and copies the contents. The resulting array is sorted by rules defined in the config.yml. This takes far less than one millisecond for a whole chest. So there should be no problems even on big servers, where hundreds of players are using chests at the same time.
The plugin should cause no lag at all.
## Screenshots
<p align="center"><img src="https://static.jeff-media.de/chestsort/chestsort-screen1.jpg" alt="Screenshot ChestSort" /></p>
<p align="center"><img src="https://static.jeff-media.de/chestsort/chestsort-screen2.jpg" alt="Screenshot ChestSort" /></p>