Minecraft

How to Set Up ChestSort on a Minecraft Server

Minecraft·May 20, 2026·17 min read

Why ChestSort Matters

Minecraft rewards hoarders. You gather cobblestone, sticks, redstone scraps and twelve kinds of saplings, and before long every chest looks like a yard sale. Sorting through that pile to find a single iron ingot eats real playtime. On Paper and Bukkit servers, ChestSort solves the problem by letting any player tidy chests, barrels, shulkers and their own inventory with a keypress. The plugin is highly configurable, so you can decide how aggressive the automation should be.

This guide walks through installing and configuring ChestSort on your HolyHosting Minecraft server, plus the most useful hotkeys and config tweaks.

Quick Background

ChestSort was built by mfnalex and first released in 2018, so it has aged well across versions from 1.8 up to current releases. It sits comfortably past 100k downloads on Spigot with an almost flawless rating. Instead of building elaborate redstone sorters, players can hit a single key and let the plugin handle the layout. That convenience is the entire pitch, and it holds up.

Installing ChestSort

  1. Open the ChestSort page on Spigot and click Download Now.
  1. Save the JAR file somewhere you can find it again, then open your server's control panel.
  1. Open the FTP / file manager from your panel menu and log in with your panel password.
  1. Enter the `plugins` folder and click Upload.
  1. Drag the ChestSort JAR into the upload area and wait until it reaches 100%.
  1. Return to the main panel and Restart the server so the plugin loads.
  1. Join the server and run `/plugins` in chat. ChestSort should appear in green. If it shows up red, or not at all, something went wrong during the upload.
Note: Servers running 1.14 or older should grab ChestSort 9.5.1 instead of the newest build. The install steps are identical, and almost every feature is still available on that branch.

What ChestSort Can Do

Once installed, the plugin offers a mix of hotkeys, in game menus and a deep config file. Most players never touch the YAML and just use the GUI. Server owners who want fine grained control can dig into the file later.

Sorting Chests and Inventories

This is the headline feature and probably the reason you grabbed the plugin. Open any container, press a hotkey, and the contents are stacked and grouped in a tidy layout. The same hotkey logic applies to your own inventory, so you can clean up your hotbar and main grid without leaving the game.

Players can also pick a specific material and have ChestSort transfer or group only that item type. There are several default hotkey combinations, each producing the same end result but suited to different playstyles. Some people prefer separate keys for inventory versus container sorting to avoid muscle memory mistakes.

These defaults are available to all players without extra permissions. You can extend the list or remap keys through the config if your community wants something specific.

The Settings Menu

The in game settings menu is the easiest way to tune ChestSort. To open it, become a server operator and run `/sort`. From there you can toggle automatic sorting, change which hotkeys are active and enable container side effects like dropping a specific material straight into matching slots. If a player wants the plugin to keep chests organized without ever pressing a key, enabling Automatic Sorting does exactly that.

Commands

ChestSort ships with a short list of commands, most of which overlap in purpose. The essentials are `/sort` to open the menu and `/sort reload` to apply changes made to the config file. If you plan to gate any of these behind ranks, install a permissions manager such as LuckPerms to handle the nodes cleanly.

Editing the Config File

For anything the GUI does not expose, the config file is your friend. It runs roughly 700 lines, most of which are comments explaining each option, so reading top to bottom is actually useful.

  1. Open the control panel and head into the FTP / file manager.
  1. Enter the `plugins` directory and open the ChestSort folder.
  1. Find `config.yml` and click Edit to open it.
  1. Adjust values to taste, then click Save at the top.
  1. Restart the server to apply changes, or run `/sort reload` in chat for a faster reload without kicking anyone off.

Troubleshooting

ChestSort Is Not Working

If nothing happens when you press the hotkey, start with the basics. Run `/plugins` and confirm ChestSort is listed in green. If it shows red, the JAR did not load correctly, so reinstall it and restart the server. Double check that your server type supports plugins. Paper or Spigot on a current Minecraft version is the safe path. Vanilla and Forge will not load it.

If the plugin is green and still does nothing, try a different hotkey combination. Some setups also need a full restart after the first install, not just a reload, so the data files initialize properly. Finally, make sure you uploaded to the correct server profile if you run multiple worlds.

Items Will Not Sort

This usually comes down to a disabled feature or a mismatched hotkey. Run `/sort` to open the menu and confirm the relevant toggle is on. If you are after very specific behavior, the config file likely has the switch you need. For inventory sorting, remember the default is Shift + Left Click on an empty slot inside the menu, not just pressing the key in open air.

Useful References

  • ChestSort on Spigot
  • How to Install Minecraft Plugins
  • How to Become a Server Operator

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support