Update README.md

This commit is contained in:
JEFF 2019-04-29 15:58:28 +02:00 committed by GitHub
parent 909b99cd65
commit 5b5a19ab32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# ChestSort
1.13 compatible Minecraft-/Spigot-Plugin to allow automatic chest sorting.
1.14 compatible Minecraft-/Spigot-Plugin to allow automatic chest sorting.
## About
Tired of sorting your chests? Let's spend less time on organizing, and more on playing!
@ -10,7 +10,7 @@ ChestSort will automatically sort every chest after you have closed it. Every pl
Sorting will work with chests and shulker boxes.
Tested Spigot versions: 1.11 to 1.13
Tested Spigot versions: 1.11 to 1.14
## Download & more information
Please see the related topic at spigotmc.org for information regarding the commands, permissions and download links:
@ -19,4 +19,4 @@ https://www.spigotmc.org/resources/1-13-chestsort.59773/
## 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.
The plugin should cause no lag at all.