A lightweight Spigot plugin that sorts player inventories and containers with Shift + F, helping keep storage organized with a fast in-game shortcut.
- Player inventory sorting using the normal visual storage order while leaving the hotbar untouched.
- Container sorting for chests and other open inventories.
- Stack merging before sorting to reduce partial stacks.
- Consistent ordering by material, metadata, and stack size.
- Optional shift requirement to prevent accidental sorting.
- Permission-controlled usage with
sort.use.
- Platform: Spigot-compatible servers
- Minecraft version: 1.21.11
- Language level: Java 21
Once installed, the plugin listens for the offhand swap key while a player is interacting with an inventory:
- Shift + F sorting: players can sort quickly using the offhand swap keybind.
- Player inventory support: only the main storage slots are sorted in the standard visual order players expect, and the hotbar is left alone.
- Container support: open containers are sorted from the first slot to the last slot.
- Smart stack handling: similar items are merged together before the final order is applied.
After installation, usage is simple:
- Open your inventory or a container.
- Hold Shift if
require-shiftis enabled. - Press F.
- The inventory or container will be sorted automatically.
- Spigot API
1.21.11-R0.1-SNAPSHOT - Minecraft 1.21.x servers matching the declared API version