{"id":140864,"date":"2026-06-08T11:47:38","date_gmt":"2026-06-08T08:47:38","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/"},"modified":"2026-06-08T11:47:38","modified_gmt":"2026-06-08T08:47:38","slug":"simpleautosort","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/","title":{"rendered":"SimpleAutoSort"},"content":{"rendered":"<p># AutoSort \ud83d\udce6<\/p>\n<p>A powerful and intuitive chest sorting plugin that automatically organizes your inventory with customizable hotkeys, multiple sort types, and advanced filtering options for Minecraft servers.<\/p>\n<p>![Version](https:\/\/img.shields.io\/badge\/Version-1.0.0-blue)<br \/>\n![Minecraft](https:\/\/img.shields.io\/badge\/Minecraft-1.21+-green)<br \/>\n![License](https:\/\/img.shields.io\/badge\/License-MIT-yellow)<\/p>\n<p>## \ud83c\udf1f Key Features<\/p>\n<p>&#8211; **Multiple Sort Types** &#8211; Sort by name, type, amount, or rarity<br \/>\n&#8211; **Flexible Hotkeys** &#8211; Shift+Click, Right-Click, and Middle-Click sorting options<br \/>\n&#8211; **Smart Stacking** &#8211; Automatically stack similar items when sorting<br \/>\n&#8211; **Auto-Sort on Open** &#8211; Optional automatic sorting when opening containers<br \/>\n&#8211; **Cooldown System** &#8211; Prevents spam sorting with configurable delays<br \/>\n&#8211; **Sound &#038; Visual Feedback** &#8211; Customizable sounds and messages for sorting actions<br \/>\n&#8211; **World Restrictions** &#8211; Disable sorting in specific worlds<br \/>\n&#8211; **Permission-Based** &#8211; Fine-grained control over who can use features<br \/>\n&#8211; **Container Support** &#8211; Works with chests, barrels, hoppers, dispensers, and more<\/p>\n<p>## \ud83d\udccb Commands<\/p>\n<p>&#8220;`<br \/>\n\/autosort help                    &#8211; Show help message and available commands<br \/>\n\/autosort sort                    &#8211; Sort the currently open chest<br \/>\n\/autosort info                    &#8211; Display plugin information and settings<br \/>\n\/autosort reload                  &#8211; Reload plugin configuration<br \/>\n\/autosort toggle <setting>        &#8211; Toggle specific plugin settings<br \/>\n&#8220;`<\/p>\n<p>**Available Toggle Settings:**<br \/>\n&#8211; `enabled` &#8211; Enable\/disable the entire plugin<br \/>\n&#8211; `shift-click` &#8211; Toggle shift-click sorting<br \/>\n&#8211; `right-click` &#8211; Toggle right-click sorting<br \/>\n&#8211; `auto-sort-on-open` &#8211; Toggle automatic sorting when opening chests<\/p>\n<p>**Command Aliases:** `\/asort`, `\/sort`<\/p>\n<p>## \u2328\ufe0f Hotkeys<\/p>\n<p>&#8211; **Shift + Left-Click** (empty slot) &#8211; Sort chest contents<br \/>\n&#8211; **Middle-Click** (empty slot) &#8211; Sort chest contents<br \/>\n&#8211; **Shift + Right-Click** (chest block) &#8211; Sort chest from outside<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>&#8220;`yaml<br \/>\n# AutoSort Plugin Configuration<br \/>\nsettings:<br \/>\n  # Enable\/disable the entire plugin<br \/>\n  enabled: true<\/p>\n<p>  # Sort Types: name, type, amount, rarity<br \/>\n  sort-type: &#8220;name&#8221;<\/p>\n<p>  # Reverse the sorting order<br \/>\n  reverse-sort: false<\/p>\n<p>  # Sorting Methods<br \/>\n  shift-click-sort: true          # Shift + Left-Click on empty slot<br \/>\n  right-click-sort: true          # Shift + Right-Click on chest block<br \/>\n  command-sort: true              # \/autosort sort command<br \/>\n  auto-sort-on-open: false        # Auto-sort when opening chest<\/p>\n<p>  # Item Management<br \/>\n  stack-similar-items: true       # Stack similar items together<br \/>\n  move-to-top: false              # Move sorted items to top<\/p>\n<p>  # Cooldown in seconds (prevents spam)<br \/>\n  cooldown: 1.0<\/p>\n<p>  # Sound and Visual Feedback<br \/>\n  play-sound: true<br \/>\n  sort-sound: &#8220;BLOCK_CHEST_CLOSE&#8221;<br \/>\n  send-message: true<\/p>\n<p>  # World Restrictions<br \/>\n  disabled-worlds: []<\/p>\n<p># Plugin Messages<br \/>\nmessages:<br \/>\n  sort-success: &#8220;&#038;aChest sorted successfully!&#8221;<br \/>\n  no-permission: &#8220;&#038;cYou don&#8217;t have permission to use AutoSort!&#8221;<br \/>\n  reload-success: &#8220;&#038;aAutoSort configuration reloaded!&#8221;<br \/>\n  cooldown: &#8220;&#038;cPlease wait before sorting again!&#8221;<\/p>\n<p># Rarity-based Sorting Priorities<br \/>\nrarity-priorities:<br \/>\n  NETHERITE_BLOCK: 100<br \/>\n  DIAMOND_BLOCK: 90<br \/>\n  EMERALD_BLOCK: 85<br \/>\n  GOLD_BLOCK: 80<br \/>\n  # &#8230; and many more items<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udd12 Permissions<\/p>\n<p>&#8220;`yaml<br \/>\npermissions:<br \/>\n  autosort.*:<br \/>\n    description: &#8220;Full AutoSort permissions&#8221;<br \/>\n    default: op<br \/>\n    children:<br \/>\n      autosort.use: true<br \/>\n      autosort.command: true<br \/>\n      autosort.reload: true<\/p>\n<p>  autosort.use:<br \/>\n    description: &#8220;Basic permission to use sorting functionality&#8221;<br \/>\n    default: true<\/p>\n<p>  autosort.command:<br \/>\n    description: &#8220;Permission to use AutoSort commands&#8221;<br \/>\n    default: true<\/p>\n<p>  autosort.reload:<br \/>\n    description: &#8220;Permission to reload AutoSort configuration&#8221;<br \/>\n    default: op<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udcbb Requirements<\/p>\n<p>&#8211; **Server Type:** Paper, Spigot, or Bukkit<br \/>\n&#8211; **Minecraft Version:** 1.21+ (API Version 1.21)<br \/>\n&#8211; **Java Version:** 21 or higher<br \/>\n&#8211; **Dependencies:** None required<br \/>\n&#8211; **Supported Containers:** Chest, Barrel, Hopper, Dispenser, Dropper, Shulker Box, Ender Chest<\/p>\n<p>## \ud83d\udd27 Installation<\/p>\n<p>1. **Download** AutoSort plugin jar file<br \/>\n2. **Stop** your server<br \/>\n3. **Place** the plugin in your `plugins\/` folder<br \/>\n4. **Start** your server to generate default configuration<br \/>\n5. **Customize** `config.yml` to your preferences<br \/>\n6. **Reload** with `\/autosort reload` or restart server<br \/>\n7. **Test** sorting functionality in-game<\/p>\n<p>## \ud83c\udfae Usage Examples<\/p>\n<p>### Basic Sorting<br \/>\n&#8220;`<br \/>\n\/autosort sort              &#8211; Sort your currently open chest<br \/>\n\/autosort toggle enabled    &#8211; Enable\/disable the plugin<br \/>\n\/autosort info              &#8211; View current plugin settings<br \/>\n&#8220;`<\/p>\n<p>### Hotkey Usage<br \/>\n&#8211; Open any supported container (chest, barrel, etc.)<br \/>\n&#8211; **Shift + Left-Click** on an empty slot to sort<br \/>\n&#8211; **Middle-Click** on an empty slot to sort<br \/>\n&#8211; **Shift + Right-Click** on chest block from outside to sort<\/p>\n<p>### Advanced Configuration<br \/>\n&#8211; Set `sort-type` to &#8220;rarity&#8221; for valuable items first<br \/>\n&#8211; Enable `auto-sort-on-open` for automatic sorting<br \/>\n&#8211; Adjust `cooldown` to prevent sorting spam<br \/>\n&#8211; Add world names to `disabled-worlds` to restrict usage<\/p>\n<p>## \ud83d\udcca Features Overview<\/p>\n<p>### Sorting Options<br \/>\n&#8211; **Name Sorting** &#8211; Alphabetical organization<br \/>\n&#8211; **Type Sorting** &#8211; Group by material type<br \/>\n&#8211; **Amount Sorting** &#8211; Sort by stack size<br \/>\n&#8211; **Rarity Sorting** &#8211; Valuable items prioritized<br \/>\n&#8211; **Reverse Mode** &#8211; Flip any sorting order<\/p>\n<p>### Container Support<br \/>\n&#8211; **Chests** &#8211; Regular and trapped chests<br \/>\n&#8211; **Storage Blocks** &#8211; Barrels, shulker boxes<br \/>\n&#8211; **Redstone Containers** &#8211; Hoppers, dispensers, droppers<br \/>\n&#8211; **Special Containers** &#8211; Ender chests and more<\/p>\n<p>### Smart Features<br \/>\n&#8211; **Item Stacking** &#8211; Combines partial stacks automatically<br \/>\n&#8211; **Cooldown Protection** &#8211; Prevents server lag from spam<br \/>\n&#8211; **Permission Integration** &#8211; Secure access control<br \/>\n&#8211; **World Restrictions** &#8211; Disable in creative\/spawn worlds<br \/>\n&#8211; **Sound Feedback** &#8211; Audio confirmation of successful sorts<\/p>\n<p>## \ud83d\udee1\ufe0f Security &#038; Performance<\/p>\n<p>&#8211; **Lightweight Design** &#8211; Minimal server impact<br \/>\n&#8211; **Thread-Safe Operations** &#8211; Stable multi-player usage<br \/>\n&#8211; **Error Handling** &#8211; Graceful failure recovery<br \/>\n&#8211; **Permission Checks** &#8211; Secure command execution<br \/>\n&#8211; **Cooldown System** &#8211; Prevents abuse and lag<\/p>\n<p>## \ud83d\udc9d Support Development<\/p>\n<p>If you find AutoSort helpful:<br \/>\n&#8211; \u2b50 **Rate** the plugin on Modrinth<br \/>\n&#8211; \ud83d\udcac **Share** with other server owners<br \/>\n&#8211; \ud83d\udca1 **Suggest features** for future updates<br \/>\n&#8211; \ud83d\udcdd **Write reviews** to help others discover AutoSort<\/p>\n<p>## \ud83d\udcde Support &#038; Community<\/p>\n<p>&#8211; **Issues:** Report bugs and request features on GitHub<br \/>\n&#8211; **Documentation:** Complete setup guides and examples<br \/>\n&#8211; **Updates:** Regular releases with improvements and new features<br \/>\n&#8211; **Compatibility:** Maintained for latest Minecraft versions<\/p>\n<p>&#8212;<\/p>\n<p>Made with \u2764\ufe0f for server administrators who value organization | Perfect for survival servers, creative builds, and storage management<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A powerful and intuitive chest sorting plugin that automatically organizes your inventory with customizable hotkeys, multiple sort types, and advanced filtering options for Minecraft servers.<\/p>\n","protected":false},"featured_media":140865,"template":"","meta":{"_minecraft_slug":"simpleautosort","_minecraft_project_id":"WKHuOAsK","_minecraft_author":"ResistanceCore","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":325,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"simpleautosort.zip","_minecraft_size_bytes":19979,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:32:53.739164Z","_minecraft_date_created":"2025-08-28T19:10:25.108192Z","_minecraft_date_modified":"2025-08-28T09:01:20.813325Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/simpleautosort","_minecraft_icon_attachment_id":140865,"_minecraft_imported_at":"2026-06-08T08:47:41+00:00","_minecraft_import_hash":"21ed90e61bf2b04d2bee1fa7eed634ff","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,126,127,92],"mod_loader":[132],"minecraft_version":[62,37,73,74,38,78,79,80,81],"class_list":["post-140864","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-utility","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SimpleAutoSort - 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\/simpleautosort\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SimpleAutoSort - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A powerful and intuitive chest sorting plugin that automatically organizes your inventory with customizable hotkeys, multiple sort types, and advanced filtering options for Minecraft servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/\" \/>\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\\\/simpleautosort\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simpleautosort\\\/\",\"name\":\"SimpleAutoSort - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simpleautosort\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simpleautosort\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simpleautosort-icon-9c78b0bb6f5e01268a47c1d01ee15ef139659718.png\",\"datePublished\":\"2026-06-08T08:47:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simpleautosort\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simpleautosort\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simpleautosort\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simpleautosort-icon-9c78b0bb6f5e01268a47c1d01ee15ef139659718.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/simpleautosort-icon-9c78b0bb6f5e01268a47c1d01ee15ef139659718.png\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/simpleautosort\\\/#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\":\"SimpleAutoSort\"}]},{\"@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":"SimpleAutoSort - 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\/simpleautosort\/","og_locale":"en_US","og_type":"article","og_title":"SimpleAutoSort - Minecraft","og_description":"A powerful and intuitive chest sorting plugin that automatically organizes your inventory with customizable hotkeys, multiple sort types, and advanced filtering options for Minecraft servers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/","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\/simpleautosort\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/","name":"SimpleAutoSort - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simpleautosort-icon-9c78b0bb6f5e01268a47c1d01ee15ef139659718.png","datePublished":"2026-06-08T08:47:38+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simpleautosort-icon-9c78b0bb6f5e01268a47c1d01ee15ef139659718.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/simpleautosort-icon-9c78b0bb6f5e01268a47c1d01ee15ef139659718.png","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/simpleautosort\/#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":"SimpleAutoSort"}]},{"@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\/140864","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\/140865"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=140864"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=140864"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=140864"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=140864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}