# Box Auto-Sort - Plugin Release
Hey everyone!
I've been working on a quality of life improvement that I think a lot of you will find useful. Got tired of manually organizing my PC boxes every time I caught new Pokemon, so I made this plugin to handle the sorting automatically.
## What it does
Adds a "Sort" option when you click on box names in the PC. You get 12 different sorting methods:
## Installation
Just drop it in your Plugins folder. Works with vanilla Essentials, BW Storage System, and Storage System Utilities. The plugin automatically detects what storage system you're using and integrates properly.
## Usage
Two ways to use it:
1. Go to any PC box, click the box name, select "Sort"
2. Or use the direct "Box Auto-Sort" option from the main PC menu
## Compatibility
Tested on Essentials v21.1. Should work fine with most other plugins since it uses proper integration methods rather than hard overrides.
Let me know if you run into any issues or have suggestions for additional sorting methods!
---
Technical Notes for Developers:
Hey everyone!
I've been working on a quality of life improvement that I think a lot of you will find useful. Got tired of manually organizing my PC boxes every time I caught new Pokemon, so I made this plugin to handle the sorting automatically.
## What it does
Adds a "Sort" option when you click on box names in the PC. You get 12 different sorting methods:
- Level (both directions)
- Alphabetical (A-Z or Z-A)
- Primary Type
- Type Combination
- Catch Date
- Shiny First
- National Dex order
- Forms
- Friendship level
- Nature
## Installation
Just drop it in your Plugins folder. Works with vanilla Essentials, BW Storage System, and Storage System Utilities. The plugin automatically detects what storage system you're using and integrates properly.
## Usage
Two ways to use it:
1. Go to any PC box, click the box name, select "Sort"
2. Or use the direct "Box Auto-Sort" option from the main PC menu
## Compatibility
Tested on Essentials v21.1. Should work fine with most other plugins since it uses proper integration methods rather than hard overrides.
Let me know if you run into any issues or have suggestions for additional sorting methods!
---
Technical Notes for Developers:
- Uses EventHandlers for clean integration
- Preserves existing storage plugin functionality
- Non-destructive preview system
- Proper error handling for edge cases
- Credits
- Nononever