A helpful simple blacklist that block specific items from appearing in the shop so that other items can take it's place instead. It should work with all vanilla items and any REPOLib-based mods.
On first launch the mod generates a config file at:
BepInEx/config/ShopBlacklist.cfg
Each item gets two entries:
[Item Name] - Enabled — set to false to prevent the item from ever spawning[Item Name] - Max Amount — set to a number to stop the item spawning once the team has bought that many total. 0 means no cap.Items are grouped by type (Upgrades, Consumables, Health Packs, etc.) so they're easy to find.
Disable an item permanently:
Map Player Count Upgrade - Enabled = false
Cap sprint speed at 5 total team purchases meaning after 5 purchases it doesn't show up:
Sprint Speed Upgrade - Enabled = true
Sprint Speed Upgrade - Max Amount = 5
Icon mismatch with RerollNoBreak: When a blocked item's slot gets replaced after a reroll, the card background art may not match. The item name, price, and what you actually buy are always correct only problem is the card image can look wrong it's unfortantely a limitation of how RerollNoBreak handles item reactivation.