{"id":39433,"date":"2026-06-01T23:48:50","date_gmt":"2026-06-01T20:48:50","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/"},"modified":"2026-06-01T23:48:50","modified_gmt":"2026-06-01T20:48:50","slug":"chestsorter","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/","title":{"rendered":"ChestSorter"},"content":{"rendered":"<p># ChestSorter &#8211; The Ultimate Inventory Management Solution<\/p>\n<p>**Stop wasting time organizing chests!** ChestSorter is a powerful and intuitive plugin that brings automatic chest sorting to your Minecraft Paper server.<\/p>\n<p>## \u2728 Why Choose ChestSorter?<\/p>\n<p>&#8211; **\ud83d\uddb1\ufe0f Multiple Sorting Methods** &#8211; Sort chests your way: middle-click, sneak + left-click, or commands<br \/>\n&#8211; **\u2699\ufe0f Per-Player Customization** &#8211; Every player can set their own sorting preferences<br \/>\n&#8211; **\ud83c\udfaf Smart &#038; Non-Intrusive** &#8211; Blacklist specific containers and works alongside client-side mods<br \/>\n&#8211; **\ud83d\ude80 Modern &#038; Fast** &#8211; Built with Paper 1.21+ APIs for optimal performance<br \/>\n&#8211; **\ud83d\udd27 Highly Configurable** &#8211; Customize everything from sounds to default behaviors<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfae Features<\/p>\n<p>### \ud83d\udd04 Flexible Sorting Options<\/p>\n<p>Sort your containers in **4 different ways**:<br \/>\n&#8211; **\ud83d\udcdd By Name** &#8211; Alphabetical sorting (A-Z or Z-A)<br \/>\n&#8211; **\ud83d\udce6 By Quantity** &#8211; Stack size sorting (largest to smallest or vice versa)<br \/>\n&#8211; **\ud83e\uddf1 By Material Type** &#8211; Group similar items together<br \/>\n&#8211; **\u2692\ufe0f By Durability** &#8211; Sort tools and armor by remaining durability<\/p>\n<p>Each sorting method supports both **ascending** and **descending** order!<\/p>\n<p>### \ud83c\udfaf Multiple Sorting Methods<\/p>\n<p>**1. Middle-Click Sorting** (In-Container)<br \/>\n&#8211; Open any chest, barrel, or container<br \/>\n&#8211; Middle-click anywhere inside<br \/>\n&#8211; Instant sorting based on your preferences!<\/p>\n<p>**2. Sneak + Left-Click** (External)<br \/>\n&#8211; Look at a container<br \/>\n&#8211; Sneak + Left-Click<br \/>\n&#8211; Sort without opening the container!<\/p>\n<p>**3. Command-Based Sorting**<br \/>\n&#8211; Sort specific containers by coordinates<br \/>\n&#8211; Sort player inventories (including others as admin)<br \/>\n&#8211; Override sorting preferences on-the-fly<\/p>\n<p>### \ud83d\udc64 Per-Player Preferences<\/p>\n<p>Every player can customize their experience:<br \/>\n&#8220;`<br \/>\n\/sortprefs                    # View your current settings<br \/>\n\/sortprefs type QUANTITY      # Sort by stack size<br \/>\n\/sortprefs order DESC         # Largest stacks first<br \/>\n\/sortprefs toggle             # Disable\/enable sorting<br \/>\n&#8220;`<\/p>\n<p>Perfect for servers where some players use client-side sorting mods!<\/p>\n<p>### \ud83d\udeab Smart Blacklist System<\/p>\n<p>Prevent specific containers from being sorted:<br \/>\n&#8211; **Location-based blacklist** &#8211; Protect important chests at specific coordinates<br \/>\n&#8211; **Container-type blacklist** &#8211; Automatically exclude hoppers, furnaces, etc.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/sortcontainer` (or `\/sc`) | Sort the container you&#8217;re looking at | `chestsorter.sort.container` |<br \/>\n| `\/sortcontainer <x> <y> <z>` | Sort a container at coordinates | `chestsorter.sort.container` |<br \/>\n| `\/sortcontainer <x> <y> <z> <type> <order>` | Sort with specific settings | `chestsorter.sort.container` |<br \/>\n| `\/sortplayer` (or `\/sp`) | Sort your own inventory | `chestsorter.sort.player.self` |<br \/>\n| `\/sortplayer <player>` | Sort another player&#8217;s inventory (admin) | `chestsorter.sort.player.others` |<br \/>\n| `\/sortprefs` | View your sort preferences | (none) |<br \/>\n| `\/sortprefs toggle` | Enable\/disable sorting | (none) |<br \/>\n| `\/sortprefs type <type>` | Set default sort type | (none) |<br \/>\n| `\/sortprefs order <order>` | Set default sort order | (none) |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `chestsorter.sort.container` | Use container sorting | \u2705 true |<br \/>\n| `chestsorter.sort.player.self` | Sort own inventory | \u2705 true |<br \/>\n| `chestsorter.sort.player.others` | Sort other players&#8217; inventories | \u26a0\ufe0f op |<br \/>\n| `chestsorter.sneak.sort` | Use sneak + left-click sorting | \u2705 true |<br \/>\n| `chestsorter.middleclick.sort` | Use middle-click sorting | \u2705 true |<br \/>\n| `chestsorter.*` | All permissions | \u26a0\ufe0f op |<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>Highly customizable via `config.yml`:<\/p>\n<p>&#8220;`yaml<br \/>\n# Default sorting settings<br \/>\ndefault-sort-type: NAME  # NAME, QUANTITY, MATERIAL_TYPE, DURABILITY<br \/>\ndefault-sort-order: ASC  # ASC, DESC<\/p>\n<p># Sound settings<br \/>\nsound:<br \/>\n  enabled: true<br \/>\n  success: ITEM_BOOK_PAGE_TURN<br \/>\n  volume: 0.5<br \/>\n  pitch: 1.0<\/p>\n<p># Feature toggles<br \/>\nsneak-sort:<br \/>\n  enabled: true<br \/>\nmiddle-click:<br \/>\n  enabled: true<\/p>\n<p># Blacklist<br \/>\nblacklist:<br \/>\n  locations: []<br \/>\n  # Example: &#8211; &#8220;world:100:64:200&#8221;<br \/>\n  container-types:<br \/>\n    &#8211; &#8220;minecraft:hopper&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udca1 Use Cases<\/p>\n<p>### For Survival Players<br \/>\n&#8211; Quickly organize storage rooms with hundreds of items<br \/>\n&#8211; Sort shulker boxes before long trips<br \/>\n&#8211; Keep your base tidy without the tedious manual work<\/p>\n<p>### For Creative Builders<br \/>\n&#8211; Organize massive material collections instantly<br \/>\n&#8211; Sort themed build palettes<br \/>\n&#8211; Manage large-scale project inventories<\/p>\n<p>### For Server Admins<br \/>\n&#8211; Give players quality-of-life improvements<br \/>\n&#8211; Reduce server lag from players manually organizing items<br \/>\n&#8211; Fully compatible with existing plugins<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 Installation<\/p>\n<p>1. Download the latest version from this page<br \/>\n2. Place the JAR file in your server&#8217;s `plugins\/` folder<br \/>\n3. Restart or reload your server<br \/>\n4. (Optional) Configure settings in `plugins\/ChestSorter\/config.yml`<br \/>\n5. Done! Players can start sorting immediately<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>&#8211; **Server:** Paper 1.21+ (or Folia 1.21+)<br \/>\n&#8211; **Java:** Java 21 or higher<br \/>\n&#8211; **Dependencies:** None (PaperLib is shaded)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udd1d Compatibility<\/p>\n<p>### \u2705 Works With<br \/>\n&#8211; All container types (chests, barrels, shulker boxes, etc.)<br \/>\n&#8211; Hopper systems (with blacklist)<br \/>\n&#8211; Most other plugins<br \/>\n&#8211; Client-side sorting mods (can be disabled per-player)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udc1b Support &#038; Issues<\/p>\n<p>Need help or found a bug?<\/p>\n<p>&#8211; \ud83d\udcdd **Issues:** GitHub Issues<br \/>\n&#8211; \ud83d\udcac **Discussions:** GitHub Discussions<br \/>\n&#8211; \ud83d\udcd6 **Documentation:** Full README<\/p>\n<p>&#8212;<\/p>\n<p>## \u2764\ufe0f Credits<\/p>\n<p>**Created by:** Dennis van den Brock (@shweit)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf1f Show Your Support<\/p>\n<p>If you enjoy ChestSorter, please:<br \/>\n&#8211; \u2b50 Star the project on GitHub<br \/>\n&#8211; \ud83d\udcdd Leave a review<br \/>\n&#8211; \ud83d\udc1b Report bugs and suggest features<br \/>\n&#8211; \ud83d\udc9d Consider supporting development<\/p>\n<p>&#8212;<\/p>\n<p>**Download now and never manually sort a chest again!**<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ChestSort is a Minecraft plugin that allows players to easily sort both container and player inventories by type, amount, category, or randomly with simple commands.<\/p>\n","protected":false},"featured_media":39434,"template":"","meta":{"_minecraft_slug":"chestsorter","_minecraft_project_id":"EIZluDTM","_minecraft_author":"Shweit","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":2895,"_minecraft_follows":9,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"chestsorter.zip","_minecraft_size_bytes":252263,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T05:17:15.460555Z","_minecraft_date_created":"2024-09-08T22:13:15.725973Z","_minecraft_date_modified":"2025-12-02T08:51:43.033571Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/chestsorter","_minecraft_icon_attachment_id":39434,"_minecraft_imported_at":"2026-06-01T20:48:51+00:00","_minecraft_import_hash":"ae15b0c58fe2927979268d6306bfcb57","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,127,128,129,91,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,860,861,862,863,864],"class_list":["post-39433","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-storage","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ChestSorter - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ChestSorter - Minecraft\" \/>\n<meta property=\"og:description\" content=\"ChestSort is a Minecraft plugin that allows players to easily sort both container and player inventories by type, amount, category, or randomly with simple commands.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestsorter\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestsorter\\\/\",\"name\":\"ChestSorter - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestsorter\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestsorter\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestsorter-icon-b8c4651c4afd0b3d4d5c1f36ec3c0a9345a61107_96.webp\",\"datePublished\":\"2026-06-01T20:48:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestsorter\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestsorter\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestsorter\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestsorter-icon-b8c4651c4afd0b3d4d5c1f36ec3c0a9345a61107_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestsorter-icon-b8c4651c4afd0b3d4d5c1f36ec3c0a9345a61107_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestsorter\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ChestSorter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ChestSorter - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/","og_locale":"en_US","og_type":"article","og_title":"ChestSorter - Minecraft","og_description":"ChestSort is a Minecraft plugin that allows players to easily sort both container and player inventories by type, amount, category, or randomly with simple commands.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/","name":"ChestSorter - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestsorter-icon-b8c4651c4afd0b3d4d5c1f36ec3c0a9345a61107_96.webp","datePublished":"2026-06-01T20:48:50+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestsorter-icon-b8c4651c4afd0b3d4d5c1f36ec3c0a9345a61107_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestsorter-icon-b8c4651c4afd0b3d4d5c1f36ec3c0a9345a61107_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestsorter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"ChestSorter"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/39433","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/39434"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=39433"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=39433"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=39433"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=39433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}