You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | a year ago |
| Version | 0.0.2 |
| Download link | KnusBernd-HostUtils-0.0.2.zip |
| Downloads | 58 |
| Dependency string | KnusBernd-HostUtils-0.0.2 |
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
Host Utils
This mod lets you kick players as the host at any time. Additionally you can ban players from joining your lobby ever again.
How to kick a player
Just use the regular kick button in the Players Menu.
How to ban a player
Hold down Left Shift and click the kick button. It will open a dialog to ask if you want to ban the player.
How to unban a player
For now there is no way to unban a player in game. To unban a player you have to manually edit the banlist.json file located at the mods .dll file.
To unban peter_zwegat just delete the block including the curly brackets below and above it.
[
{
"name": "peter_zwegat",
"id": "125412312",
"platform": "steam"
},
{
"name": "beate_irchner",
"id": "12541231212",
"platform": "steam"
}
]
peter_zwegat is now unbanned.
[
{
"name": "beate_irchner",
"id": "12541231212",
"platform": "nintendo"
}
]