A role-playing adventure sandbox in an open, procedurally generated world, with a first-person view, taking the best from Minecraft and Terraria... Read more
Autosort
-
Download (20.11 kB)January 26, 2026, 01:34 PMavtosortirovka_1769423655_704574.zip
This mod is for those who love tidy inventories and want their chests to always stay sorted — this plugin will handle everything automatically.
Features:
Use the /autosort command to open the settings menu, where you can:
- Enable or disable inventory sorting;
- Enable or disable backpack sorting;
- Enable or disable chest sorting;
- Choose your preferred sorting mode (by type, name, or rarity).
Settings are saved separately for each player and server. No permissions are required.
For server owners — default sort settings
To change the default sorting settings for new players on your server, there are two options:
Option A — Automatic:
- Start the server once and shut it down properly. This will automatically create the following file: <server root>/mods/Slymp_AutoSort/DefaultSortSettings.json;
- You can then edit this file to change the default values.
Option B — Manual:
Create the file yourself at the same location and paste the following template:
{
"SortInventory": true,
"SortBackpack": true,
"SortChests": true,
"SortType": "Type"
}
Accepted values:
- SortInventory: true or false
- SortBackpack: true or false
- SortChests: true or false
- SortType: "Type" (default), "Rarity", or "Name"
These settings apply only to new players who join the server for the first time with the mod installed. Existing players will keep their personal settings.
Known issues:
- Moving a stack from or to the currently selected hotbar slot does not trigger sorting.
Useful links: