Thanks for visiting our wiki! Click here to order your own game server at SurvivalServers.com

Barotrauma Admin Commands

From Survival Servers
Jump to navigation Jump to search

Admins can be added by using FTP.

Adding Admins

  1. Using FTP, navigate to Data\clientpermissions.xml.
  2. Using this format, add in the player name, Steam ID, and commands.
 <Client
    name="<player name>"
    steamid="<steamid>"
    permissions="<permission(s)>">
    <command
      name="<commandname>" />
  </Client>

Here is an example of permissions & commands.

<ClientPermissions> 
<Client
    name="Player Name"
    steamid="123456789"
    permissions="ServerLog, ConsoleCommands">
    <command
      name="heal" />
    <command
      name="spawn" />
  </Client>
</ClientPermissions>


Share your opinion