Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
SimpleAutoSort
PluginLicenseRef-All-Rights-Reserved

SimpleAutoSort

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.

250
Downloads
0
Followers
8 months ago
Updated
📦
1
Versions
game-mechanicsmanagementutilitypaper
Download Latestv1.0.0View on Modrinth

📖About SimpleAutoSort

AutoSort 📦

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.

Version
Minecraft
License

🌟 Key Features

  • Multiple Sort Types - Sort by name, type, amount, or rarity
  • Flexible Hotkeys - Shift+Click, Right-Click, and Middle-Click sorting options
  • Smart Stacking - Automatically stack similar items when sorting
  • Auto-Sort on Open - Optional automatic sorting when opening containers
  • Cooldown System - Prevents spam sorting with configurable delays
  • Sound & Visual Feedback - Customizable sounds and messages for sorting actions
  • World Restrictions - Disable sorting in specific worlds
  • Permission-Based - Fine-grained control over who can use features
  • Container Support - Works with chests, barrels, hoppers, dispensers, and more

📋 Commands

/autosort help                    - Show help message and available commands
/autosort sort                    - Sort the currently open chest
/autosort info                    - Display plugin information and settings
/autosort reload                  - Reload plugin configuration
/autosort toggle <setting>        - Toggle specific plugin settings

Available Toggle Settings:

  • enabled - Enable/disable the entire plugin
  • shift-click - Toggle shift-click sorting
  • right-click - Toggle right-click sorting
  • auto-sort-on-open - Toggle automatic sorting when opening chests

Command Aliases: /asort, /sort

⌨️ Hotkeys

  • Shift + Left-Click (empty slot) - Sort chest contents
  • Middle-Click (empty slot) - Sort chest contents
  • Shift + Right-Click (chest block) - Sort chest from outside

⚙️ Configuration

# AutoSort Plugin Configuration
settings:
  # Enable/disable the entire plugin
  enabled: true
  
  # Sort Types: name, type, amount, rarity
  sort-type: "name"
  
  # Reverse the sorting order
  reverse-sort: false
  
  # Sorting Methods
  shift-click-sort: true          # Shift + Left-Click on empty slot
  right-click-sort: true          # Shift + Right-Click on chest block
  command-sort: true              # /autosort sort command
  auto-sort-on-open: false        # Auto-sort when opening chest
  
  # Item Management
  stack-similar-items: true       # Stack similar items together
  move-to-top: false              # Move sorted items to top
  
  # Cooldown in seconds (prevents spam)
  cooldown: 1.0
  
  # Sound and Visual Feedback
  play-sound: true
  sort-sound: "BLOCK_CHEST_CLOSE"
  send-message: true
  
  # World Restrictions
  disabled-worlds: []

# Plugin Messages
messages:
  sort-success: "&aChest sorted successfully!"
  no-permission: "&cYou don't have permission to use AutoSort!"
  reload-success: "&aAutoSort configuration reloaded!"
  cooldown: "&cPlease wait before sorting again!"

# Rarity-based Sorting Priorities
rarity-priorities:
  NETHERITE_BLOCK: 100
  DIAMOND_BLOCK: 90
  EMERALD_BLOCK: 85
  GOLD_BLOCK: 80
  # ... and many more items

🔒 Permissions

permissions:
  autosort.*:
    description: "Full AutoSort permissions"
    default: op
    children:
      autosort.use: true
      autosort.command: true
      autosort.reload: true
      
  autosort.use:
    description: "Basic permission to use sorting functionality"
    default: true
    
  autosort.command:
    description: "Permission to use AutoSort commands"
    default: true
    
  autosort.reload:
    description: "Permission to reload AutoSort configuration"
    default: op

💻 Requirements

  • Server Type: Paper, Spigot, or Bukkit
  • Minecraft Version: 1.21+ (API Version 1.21)
  • Java Version: 21 or higher
  • Dependencies: None required
  • Supported Containers: Chest, Barrel, Hopper, Dispenser, Dropper, Shulker Box, Ender Chest

🔧 Installation

  1. Download AutoSort plugin jar file
  2. Stop your server
  3. Place the plugin in your plugins/ folder
  4. Start your server to generate default configuration
  5. Customize config.yml to your preferences
  6. Reload with /autosort reload or restart server
  7. Test sorting functionality in-game

🎮 Usage Examples

Basic Sorting

/autosort sort              - Sort your currently open chest
/autosort toggle enabled    - Enable/disable the plugin
/autosort info              - View current plugin settings

Hotkey Usage

  • Open any supported container (chest, barrel, etc.)
  • Shift + Left-Click on an empty slot to sort
  • Middle-Click on an empty slot to sort
  • Shift + Right-Click on chest block from outside to sort

Advanced Configuration

  • Set sort-type to "rarity" for valuable items first
  • Enable auto-sort-on-open for automatic sorting
  • Adjust cooldown to prevent sorting spam
  • Add world names to disabled-worlds to restrict usage

📊 Features Overview

Sorting Options

  • Name Sorting - Alphabetical organization
  • Type Sorting - Group by material type
  • Amount Sorting - Sort by stack size
  • Rarity Sorting - Valuable items prioritized
  • Reverse Mode - Flip any sorting order

Container Support

  • Chests - Regular and trapped chests
  • Storage Blocks - Barrels, shulker boxes
  • Redstone Containers - Hoppers, dispensers, droppers
  • Special Containers - Ender chests and more

Smart Features

  • Item Stacking - Combines partial stacks automatically
  • Cooldown Protection - Prevents server lag from spam
  • Permission Integration - Secure access control
  • World Restrictions - Disable in creative/spawn worlds
  • Sound Feedback - Audio confirmation of successful sorts

🛡️ Security & Performance

  • Lightweight Design - Minimal server impact
  • Thread-Safe Operations - Stable multi-player usage
  • Error Handling - Graceful failure recovery
  • Permission Checks - Secure command execution
  • Cooldown System - Prevents abuse and lag

💝 Support Development

If you find AutoSort helpful:

  • ⭐ Rate the plugin on Modrinth
  • 💬 Share with other server owners
  • 💡 Suggest features for future updates
  • 📝 Write reviews to help others discover AutoSort

📞 Support & Community

  • Issues: Report bugs and request features on GitHub
  • Documentation: Complete setup guides and examples
  • Updates: Regular releases with improvements and new features
  • Compatibility: Maintained for latest Minecraft versions

Made with ❤️ for server administrators who value organization | Perfect for survival servers, creative builds, and storage management

👥 Team & Contributors

ResistanceCore
ResistanceCoreOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+1 more

🔗 Links

Modrinth Page