BanMod
Ban players permanently from your lobby and limit lunar rerolls in the Bazaar to 2.
By BanMod
| Last updated | 2 weeks ago |
| Total downloads | 80 |
| Total rating | 0 |
| Categories | Tools Server-side |
| Dependency string | BanMod-BanMod-1.0.3 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2117README
BanMod
A Risk of Rain 2 mod that lets the host permanently ban players from their lobby and limits lunar rerolls in the Bazaar.
Features
Permanent Player Bans
- Ban players by name, player index, or Steam ID
- Bans persist across sessions (saved to
BepInEx/config/BanMod_BanList.txt) - Banned players are automatically kicked when they try to join
- Chat notification when a banned player is kicked
Bazaar Lunar Reroll Limit
- Limits the number of times players can reroll the lunar shop in the Bazaar Between Time
- Default limit: 2 rerolls per visit
- Configurable via
BepInEx/config/com.simonhkswan.BanMod.cfg
Console Commands
Open the console with Ctrl+Alt+~ (host only):
| Command | Description |
|---|---|
player_list |
List all connected players with index and Steam ID |
ban_player <name|#index> |
Ban and kick a player by name or index |
ban_id <steamid> |
Ban a player by Steam ID (even if offline) |
unban <steamid> |
Remove a ban by Steam ID |
ban_list |
Show all banned Steam IDs |
kick_player <name|#index> |
Kick a player without banning |
Examples
player_list
ban_player SomeGriefer
ban_player #2
unban 76561198012345678
Configuration
Edit BepInEx/config/com.simonhkswan.BanMod.cfg:
[Bazaar]
## Maximum number of lunar rerolls allowed per bazaar visit.
MaxLunarRerolls = 2
Installation
- Install with r2modman / Thunderstore Mod Manager (recommended), or
- Place
BanMod.dllinBepInEx/plugins/
Dependencies
- BepInExPack
- HookGenPatcher