It is possible for a Soulmask server Administrator to ban disruptive or unwanted players from their server using the in-game ban command.
# Banning a Player
To ban a player on your Soulmask server, you must know their Steam ID first. If you don't already know their Steam ID, feel free to refer to this guide for steps on how to retrieve it.
- Connect to your Soulmask server as an admin.
- Press the tilde (`) key twice (Below the ESC key on your keyboard) to open the in-game console.
- Enter the command
gm EnableServerPermissionList 1 1
. This enables ban lists on your server. - To ban the desired player, enter the command
gm AddServerPermissionList 1 <Steam ID>
.
The player will be kicked and banned from the server once you submit the command. At the time of writing this, there is a bug where the player's character will still appear in-game, although they are actually removed from the game.
# Unbanning a Player
To unban a player from your Soulmask server, you can run another command as an in-game admin.
- Connect to your Soulmask server as an admin.
- Press the tilde (`) key twice (Below the ESC key on your keyboard) to open the in-game console.
- Enter the command
gm RemoveServerPermissionList 1 <Steam ID>
to remove the player from the ban list.
After sending this command, the player will be able to reconnect to the server once again.