From f4d1f0aca948808b8ba4076abee4fd80d6472197 Mon Sep 17 00:00:00 2001 From: mfnalex <1122571+mfnalex@users.noreply.github.com> Date: Sun, 11 Nov 2018 14:19:07 +0100 Subject: [PATCH] updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 159d159..15e18b5 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ 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.12.2 and 1.13 +Tested Spigot versions: 1.11 to 1.13 ## Download & more information Please see the related topic at spigotmc.org for information regarding the commands, permissions and download links: 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. \ No newline at end of file