
You are viewing a potentially older version of this package. View Latest Version

This mod lets you kick players as the host at any time. Additionally you can ban players from joining your lobby ever again.
Just use the regular kick button in the Players Menu.
Hold down Left Shift and click the kick button. It will open a dialog to ask if you want to ban the 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"
}
]