This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
Loot Manager
Create a blacklist of items you want to stop looting.
| Date uploaded | a year ago |
| Version | 1.1.1 |
| Download link | et508-Loot_Manager-1.1.1.zip |
| Downloads | 198 |
| Dependency string | et508-Loot_Manager-1.1.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Loot Manager
Create a blacklist of items you want to stop looting. Use the Loot All button and never worry about the items you don't want again.
Installation
- Install BepInEx Mod Pack
- Download the latest release
- Extract files from Erenshor.LootManager.zip into Erenshor\BepInEx\plugins\ folder.
How It Works
- A new empty blacklist is created when you first load the mod. I currently do not provide any basic starting blacklist of items. You will need to add items to your blacklist as you play.
- Easy to use in-game commands have been provided for managing your blacklist.
- When using the "Loot All" button in the loot window it checks if any of the items are on your blacklist.
- If so, it will destroy those items, so we are not leaving unwanted items and corpses lying around.
- It will then loot the rest. Displaying a chat message for each item looted and each item destroyed.
Loot Manager Commands
- /lootadd - Adds a new item to the blacklist. (Item names are case sensitive and must be spelled exactly how they are in-game.)
- /lootremove - Removes a item from the blacklist. (Same as addloot item names are case sensitive and must be spelled exactly how they are in-game.)
- /lootshow - Shows a list off all items currently on the blacklist.
Add Items Directly From Inventory
- To support easier building of the blacklist you can add items to the list just by placing them in the "Blacklist" inventory slot.
The Blacklist
- Manual editing of the blacklist is supported.
- Located in your BepInEx\config folder.
- Open LootBlacklist.json
- Your blacklist must follow the correct syntax to work properly; item names are case sensitive and must be spelled exactly how they are in-game.
- Example LootBlacklist.json:
{
"items": [
"Citrine Stone",
"Water",
"Wolf Meat",
"Ancient Bone",
"Star Stone"
]
}
Compatibility
- Supports the ErenshorQOL autoloot feature.
CHANGELOG
[2.0.2] -
Fixed
- Rebuilt plugin using BepInEx 5.4.21.0. Miss matching version warning should not longer appear.
LootUI
- Made some improvements to the UI windows.
- Replaced the Autoloot dropdown with a toggle.
[2.0.1] - 6/4/2025
HOTFIX
- Patch to fix the Thunderstore install method not installing the proper subfolder.
[2.0.0] - 6/4/2025
Added
- LootUI - A fully functional UI window to choose all your loot settings and modify your Blacklist and Banklist.
- Bankloot - Loot directly to your bank or use a filtered banklist to only send the items you want to your bank.
- Autoloot - Now supporting its own autoloot function.
LootUI
- Toggle UI with /lootui or by pressing F6.
- All loot config settings and modifications to the blacklist and banklist can be done through the user interface.
Removed
- No longer supported commands. /lootadd, /lootremove, /lootshow
[1.1.1] - 5/25/2025
Added
- Added a new inventory slot. The Blacklist slot will add items to the blacklist.
Removed
- Removed all blacklist functionality from the original "Destroy Item" inventory slot. Restored it to its default function.
[1.1.0] - 5/24/2025
Added
- You can now add and remove items to/from the blacklist using the "Destroy Item" inventory slot.
[1.0.1] - 5/23/2025
Fixed
- Chat command
/removelootwould try to reply to the last whispered sim when/rwas typed. Change all the chat commands to/loot"command"syntax to avoid any further chat issues.
[1.0.0] - 5/23/2025
Release
- Initial release