With the inventory open, hovering the cursor over the inventory and pressing the F key will sort the corresponding entire inventory.
Without opening any inventory, pressing the F key will sort your own backpack (toggleable).
Looking at a container and pressing Shift+F will sort the items inside the container.
Tilt your head down to the lowest point and press Shift+F to sort your own backpack.
Right-clicking on crops will automatically harvest and replant them (toggleable) (Pumpkins and melons can be configured separately on the server).
When attempting to break a block, it automatically switches to the most suitable tool in the backpack (toggleable, off by default).
Using a bow with the “Infinity” enchantment does not require carrying an arrow (toggleable).
When using a trident with the “Loyalty” enchantment, it automatically returns if it goes beyond the line of sight, preventing it from getting stuck in the air and not triggering the enchantment (toggleable).
When crafting items, you can press Ctrl+Q in the result slot to drop all at once (toggleable).
Holding a light source item will display moving light (toggleable).
Without opening any inventory, pressing Shift+Q will drop all items identical to the one in hand from the backpack at once (toggleable).
Use the middle mouse button in the inventory for quick movement [see video for operation] (toggleable).
Inside the backpack, press Shift, or sneak and right-click while holding a shulker box, to open the shulker box without placing it (toggleable).
Automatically replenishes from the backpack when armor is damaged or hand-held items are depleted (toggleable).
Videos show: https://www.bilibili.com/video/BV1qg411t7BD/ (
This video demonstration was created in a Simplified Chinese environment, but it does not affect the feature display. You can adjust the configuration file to make the plugin display in English.
Advanced Features:
Custom Container Support (Advanced):
If you’re using plugins that implement custom containers, you can allow them to be sorted by following these steps:
Enable Debug mode in the configuration file.
Attempt to sort the custom container by pressing F.
Check the server logs; you’ll likely see something like: org.example.CustomInventoryHolder
Execute the command:
For example:
Disable Debug mode. Now your custom plugin containers should be sortable.
Note: Be cautious when performing these advanced actions, as incorrect manipulation may lead to unintended consequences. If you encounter issues, seek assistance or revert the changes.
Configuration File:
The configuration file allows you to customize various settings. Here’s an example configuration:
Adjust the settings according to your preferences. Enabling features on the server doesn’t necessarily mean players will use them. Players can individually enable or disable features even if the server allows them.
Advanced Functionality (Continued):
If you encounter types like Player, CraftPlayer, or null, avoid performing the custom container manipulation steps. Incorrect actions could lead to unintended behavior, including item duplication bugs.