Barotrauma Admin Commands: Difference between revisions

From Survival Servers
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
==Adding Admins==
==Adding Admins==
#Using [[FTP Access|FTP]], navigate to '''Data\clientpermissions.xml'''.
#Using [[FTP Access|FTP]], navigate to '''Data\clientpermissions.xml'''.
#Using this format, add in the player name, [https://steamid.io/ Steam ID], and command if desired.
<pre>
<pre>
  <Client
  <Client

Revision as of 09:15, 17 May 2023

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 command if desired.
 <Client
    name="<player name>"
    steamid="<steamid>"
    permissions="<permission(s)>">
    <command
      name="<commandname>" />
  </Client>