HomeJavaModsInvActions—Some quick ways to manage your items
ModsJava

InvActions—Some quick ways to manage your items

⬇ Download on Spigot
Feature Introduction:
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:

  1. Custom Container Support (Advanced):
    • If you’re using plugins that implement custom containers, you can allow them to be sorted by following these steps:
      1. Enable Debug mode in the configuration file.
      2. Attempt to sort the custom container by pressing F.
      3. Check the server logs; you’ll likely see something like:
        org.example.CustomInventoryHolder

      4. Execute the command:
        /InvActions addInvs <last part of the text after the last dot>
        Click to expand...
        For example:
        /InvActions addInvs CustomInventoryHolder
        Click to expand...
      5. 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.

  2. Configuration File:
    • The configuration file allows you to customize various settings. Here’s an example configuration:
      Code (Text):
      {
        "AutoFarmer_AllowPumpkinAndMelon": false,
        "Debug": true,
        "lang": "en_us",
        "AllowInvs": [],
        "AutoFarmer": true,
        "AutoTool": true,
        "BetterInfinity": true,
        "BetterLoyalty": true,
        "CraftDrop": true,
        "DefaultF": true,
        "DynamicLight": true,
        "QuickDrop": true,
        "QuickMove": true,
        "QuickShulkerBox": true,
        "ReplaceBrokenArmor": true,
        "ReplaceBrokenTool": true
      }
    • 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.
  3. 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.
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

InvActions—Some quick ways to manage your items is a free Minecraft Java mod. Compatible with Minecraft 1.9, 1.10, 1.11, 1.12 and newer. Downloaded 68 times (via Spigot). Download it and open it directly in the game.

Explore more