Barotrauma Admin Commands

From Survival Servers
Revision as of 09:22, 17 May 2023 by Luke (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Admins can be added by using FTP and navigating to Data\clientpermissions.xml.

Adding Admins

Here is an example of permissions & commands. The Steam ID can be found here. --> Steam ID

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