### Understand Inventory Setups Data Storage Source: https://github.com/dillydill123/inventory-setups/blob/master/README.md Explains how Inventory Setups data is stored on the local file system, detailing the file location, key formats for individual setups, setup order, section data, and layout data, including cloud sync information. ```APIDOC Data for inventory setups is stored in your .properties file. Location: .runelite/profiles2 folder in your user directory (e.g., C:\Users\\.runelite\profiles2\.properties) Setup Data Key: inventorySetups.setupsV3_ Setup Order Key: inventorysetups.setupsOrderV3_ Section Data Key: inventorySetups.sections Layout Data Key: banktags.layout_ Note: Inventory Setups syncs data to the cloud if signed in to RuneLite. ``` -------------------------------- ### Inventory Setups Default Setup Configuration Options Source: https://github.com/dillydill123/inventory-setups/blob/master/README.md Lists and describes the default options that can be configured for newly created inventory setups. ```APIDOC Default Setup Options: Default Display Color: Type: Color Description: Default color for new setups (requires "Default Enable Display Color" to be enabled) Default Enable Display Color: Type: Boolean Description: Enables default display color for new setups (thin colored line on panels) Default Filter Bank: Type: Boolean Description: Enables bank filtering for new setups Default Fuzzy: Type: Boolean Description: Makes all slots fuzzy for new setups Default Highlight: Type: Boolean Description: Enables highlighting for new setups Default Highlight Color: Type: Color Description: Default highlighting color for new setups Default Highlight Unordered Difference: Type: Boolean Description: Enables unordered highlighting for new setups Default Stack Compare: Type: ComparisonType Description: Default stack comparison type for all slots in new setups ``` -------------------------------- ### Inventory Setups Hotkey Configuration Options Source: https://github.com/dillydill123/inventory-setups/blob/master/README.md Lists and describes the configurable hotkey options within the Inventory Setups plugin. ```APIDOC HotKey Options: Filter Bank Hotkey: Description: Filters bank if setup is selected and filtering is enabled. Useful for quick refiltering. Persist Hotkeys Outside Bank: Type: Boolean Description: Causes hotkeys to persist outside the bank. Return To Setups Hotkey: Description: Exits current setup and returns to the overview panel. Toggle section mode: Description: Switches to section mode. ``` -------------------------------- ### Exporting and Importing Inventory Setups and Sections Source: https://github.com/dillydill123/inventory-setups/blob/master/README.md Details the various methods for exporting and importing inventory setups and sections, including single and mass operations, and notes on duplicate name handling. ```APIDOC Export Setup: Method: Click export button next to view setup button Result: Setup copied to clipboard Export Section: Method: Right-click section in section view, select export option Result: Section copied to clipboard Import Setup: Method: Click green import button, select "Import setup...", paste setup, confirm Result: New setup added to bottom of list Mass Import/Export: Method: Right-click import button, follow instructions Purpose: Backup setups offline Note on Importing Duplicates: Behavior: If setup/section name already exists, plugin finds a new name by adding a number. ``` -------------------------------- ### Configure Inventory Setups Ground Item Menu Options Source: https://github.com/dillydill123/inventory-setups/blob/master/README.md Describes configuration settings for how ground item menu entries behave within Inventory Setups, including highlighting, color customization, swapping, and priority settings. ```APIDOC - Highlight Menu Entries on Ground Items: Highlights menu entries on ground items which exist in your current setup - Highlight Menu Entries Color: Changes the color of the menu entries that are highlighted if the above option is selected - Swap Menu Entries on Ground Items: Swaps menu entries for ground items which exist in your current setup - Menu Entries Priority on Ground Items: Sets which ground item menu entries appear the top if the above option is selected. Either IN - inside the setup, or OUT - not in the setup ``` -------------------------------- ### Exporting Inventory Setup to Bank Tags Format Source: https://github.com/dillydill123/inventory-setups/blob/master/README.md Describes how to convert an Inventory Setup into a Bank Tag format for use with the Bank Tags plugin. ```APIDOC Export to Bank Tag Tab: Method: Right-click export button, select "Export Setup to Bank Tag Tab" Usage: Import into Bank Tags plugin ``` -------------------------------- ### Configure Other Inventory Setups Options Source: https://github.com/dillydill123/inventory-setups/blob/master/README.md Covers miscellaneous configuration options for Inventory Setups, such as layout warnings, help button visibility, manual bank filtering, panel view types, and section mode. ```APIDOC - Enable Layout Warning: Enables the warning message that layouts will not work when starting inventory setups. - Hide Help Button: Hides the help button - Manual Bank Filter: Enabling this causes the bank to not filter automatically when opened. You will need to manually trigger a bank filter by using a hot key or selecting a setup when the bank when it is already opened - Panel View: The type of panel view. Standard, Compact, or Icon - Require Active Panel for Filtering: Enabling this will make it so filtering will only occur if the Inventory Setups Panel is selected. For example, if you have selected the hiscores panel and are viewing a setup with filtering enabled, the bank will not be filtered - Section Mode: Toggles section mode. Can also be selected on the main window of Inventory Setups - Show Worn Item Filter: Changes which setups show up on the "show worn items" button when right-clicked - Sorting Mode: The current sorting mode. It is equivalent to pressing the sorting mode button on the overview panel - Worn Items Section Submenus: Allows section submenus when right-clicking the "show worn items" button ``` -------------------------------- ### Inventory Setups Plugin Compatibility Source: https://github.com/dillydill123/inventory-setups/blob/master/README.md Outlines the compatibility requirements and interactions of Inventory Setups with the Bank Tags and Hub Plugin Bank Tag Layouts. ```APIDOC Bank Tags Plugin: Requirement: Must be ON for bank layouts and filtering features Warning: Plugin warns user if features cannot be used, offers to enable Bank Tags Hub Plugin Bank Tag Layouts: Requirement: Not required for Inventory Setups Recommendation: Uninstall if only used for Inventory Setups Migration: Attempts to migrate layout data on first use if present ``` -------------------------------- ### Configure Inventory Setups Layout Options Source: https://github.com/dillydill123/inventory-setups/blob/master/README.md Details the available configuration options related to managing and using layouts within the Inventory Setups plugin, including adding duplicates, setting default layouts, and global layout enablement. ```APIDOC - Add Duplicates: Add duplicate items if you have multiple of that item in your setup when creating layouts - Default Layout: The default layout used when setups are created - Use Layouts: Globally enable customizable layouts. Uncheck this to disable layouts and only use classic filtering ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.