From 5b5a19ab324985b34438f3c74505b11d933ce743 Mon Sep 17 00:00:00 2001 From: JEFF <1122571+mfnalex@users.noreply.github.com> Date: Mon, 29 Apr 2019 15:58:28 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15e18b5..786e947 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +The plugin should cause no lag at all.