ItemSorter

Quick rating

ItemSorter

No reviews yet

A Bukkit plugin which transfers and sorts items from inventories like chests into other inventories.

Storage & Organization
Mod Loaders
Paper
Spigot
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.6

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

ItemSorter allows players to automatically sort items from a chest (or any other inventory block like hoppers) into any number of target chests (or any other inventory blocks like barrels).

When transferring the items from the source chest into the target chests, the plugin takes a look of already existing items in the target chests and moves items into the chest already containing the specific item type.

Configuration

The following options can be configured in the config.yml of the plugin (created on the first load):

  • allow-cross-world-connections - Allow to connect signs between worlds (i.e. transfer items from the Nether to the Overworld) (true or false, default: false)
  • max-distance - The maximum distance between source and target chests (0 = unlimited, default: 100)
  • max-names-per-player - The maximum number of different names per player (0 = unlimited, default: 0)
  • max-signs-per-name - The maximum number of signs per name (0 = unlimited, default: 0)
  • allow-multi-chests - Allow multiple chests connected to a single target sign (default: true)
  • max-multi-chests-blocks - The maximum number of chest blocks used for the multi chest feature (0 = unlimited, default: 0)
  • transfer-single-item-per-interval - Controls whether only a single item (true) or the whole stack (false) is transferred per interval (default: true)
  • transfer-interval - Interval (in ticks) at which items are checked and transferred (default: 10)

Permissions

  • itemsorter.create - Allow to create and destroy your own ItemSorter signs' (Default: everyone)
  • itemsorter.destroyAny - Allow to destroy any ItemSorter signs (not just your own) (Default: op)
  • itemsorter.command - Allow to execute the /itemsorter command (Default: op)
  • itemsorter.* - Allow access to all features (Default: op)

How to use it?

Simply place a sign at the side of any inventory block (chest, barrel, hopper, etc.) you would like to use as the source chest containing the following content:

  • First line: [ItemSource]
  • Second line: Any unique name used by the other connected chests

This will define the chest as an item source (i.e. the chest you will throw in your items for the plugin to sort them for you).

After that, place a sign at the side of any inventory block (chest, barrel, hopper, etc.) you would like to use as the target chest containing the following content:

  • First line: [ItemTarget]
  • Second line: Any unique name used by the other connected chests

This will define the chest as an item target (i.e. the chest your items will be moved to).

Next, place any item you would like to sort into the target chest. For example, if you want to move cobblestone into the chest, simply place at least one cobblestone item into the chest.

After that, you are ready to go. Now you may move any item from your player inventory into the source chest and the plugin will try to find the correct target chest for each item.

Any remaining items which can't be sorted into a target chest will remain in the source chest.

Here is a short video demonstrating the plugin:

Target order

At some point, you might have multiple chests for a single item type like cobblestone or dirt. In that case, you may also want to define which chest should be filled up first before trying the next one.

To archive that type of target chest order, simply define the order using o:any number on the fourth line of the sign attached to the target chest:

Example:

  • First line: [ItemTarget]
  • Second line: Any unique name used by the other connected chests
  • Third line: Keep empty (will be replaced with your player name)
  • Fourth line: o:10

A lower number means the chest is used before another with a higher number. By default, any target chest without the order option will have the order number 0.

If you define multiple chests with the same order number, the order of those chests might be random.

Multiple chests with a single target sign

Sometimes, you might get at the point where placing lots of signs is really time-consuming and could also decrease the client rendering performance (i.e. if there are hundreds of signs in your storage room).

Think about the follow setup:

In that case, you can use another feature build into this plugin. Simply place a single target sign at any chest and add mc (short for "Multi Chests") to the fourth line of it. Any directly connected chests are now connected equally with this target sign.

Example:

  • First line: [ItemTarget]
  • Second line: Any unique name used by the other connected chests
  • Third line: Keep empty (will be replaced with your player name)
  • Fourth line: mc

You may also specify other options like the target order by separating each option with a comma.

Example:

  • First line: [ItemTarget]
  • Second line: Any unique name used by the other connected chests
  • Third line: Keep empty (will be replaced with your player name)
  • Fourth line: o:10,mc

Placing that sign on a chest allows you to connect as many chests as you want (limited by the max-multi-chests-blocks config option). You only have to make sure, they are touching each other on any block side.

The previous setup would look like that:

All of those eight chests are connected using the same name some name, just like placing a target sign on each of them.

Show info about sign

Clicking on a ItemSorter sign (left or right click) shows some information about the sign as well as it's connection to the other signs/chests.

Commands

The plugin has a single command /itemsorter with multiple subcommands (actions).

Available actions:

  • remove-signs <player name> <sign name>: Remove all signs with the specified name of the specified player

My other plugins

You can find them on my website.

Screenshots

Gallery

  • Target order
    Target order
  • Multiple target chests
    Multiple target chests
  • Multiple target chests with a single sign
    Multiple target chests with a single sign

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works