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.
BanAnything
Ban specific items (relics, wands, curses, potions) from appearing in your runs. Includes Gallery UI integration for easy toggling.
By Modbarru
| Date uploaded | 8 months ago |
| Version | 1.0.33 |
| Download link | Modbarru-BanAnything-1.0.33.zip |
| Downloads | 46 |
| Dependency string | Modbarru-BanAnything-1.0.33 |
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.2304README
Ban Anything
Ban items from appearing in runs. Toggle bans in Settings Gallery with mouse/A button. Currently supports:
- Spells
- Wands
- Relics
- Potions
- Curses All except Spells are stored in config by item ID. Free Spell ban limit set to 999.
Install
- Install BepInEx if needed
- Extract DLL to
BepInEx/plugins/ - Config file auto-creates on first run
Config
Edit BepInEx/plugins/BanAnything/BanAnythingConfig.txt:
# Ban Anything Configuration
# List item IDs to ban them from appearing in runs
# One ID per line
[Curses]
# Curse IDs to ban
[Potions]
# Potion IDs to ban
[Relics]
# Relic IDs to ban
7
[Wands]
# Wand IDs to ban
1001
Usage
- Gallery: Click item (mouse) or press A (controller) to toggle ban
- X overlay shows banned items
- Takes effect on new runs only
Restrictions
- All: Cannot ban items you have not yet discovered
- Relics: Can ban Common/Rare/Epic (not Special)
- Wands/Curses/Potions: No restrictions
CHANGELOG
Changelog
[1.0.35] - 2026-01-09
- Added unbannable reason in info of undiscovered items and unique relics.
- Added contact info
[1.0.34] - 2026-01-08
- Description cleanup
[1.0.33] - 2026-01-08
Added
- Ban/unban relics, wands, curses, potions by ID
- Gallery UI integration (X overlay on banned items)
- Controller support (A button) and mouse click toggle
- Persistent configuration file
- Real-time pool filtering
Features
- Remove banned items from all game item pools
- Common/Rare/Epic relics supported (not Special)
- No restrictions on wands, curses, potions
- Config:
BepInEx/plugins/BanAnything/BanAnythingConfig.txt
Notes
- Requires BepInEx MagiCraft pack