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

Difference between revisions of "Barotrauma Admin Commands"

From Survival Servers
Jump to navigation Jump to search
Line 1: Line 1:
Admins can be added by using [[FTP Access|FTP]].
+
Admins can be added by using [[FTP Access|FTP]] and navigating to '''Data\clientpermissions.xml'''.
  
 
==Adding Admins==
 
==Adding Admins==
#Using [[FTP Access|FTP]], navigate to '''Data\clientpermissions.xml'''.
+
Here is an example of permissions & commands. The Steam ID can be found here. --> [https://steamid.io/ Steam ID]
#Using this format, add in the player name, [https://steamid.io/ Steam ID], and commands.
 
<pre>
 
<Client
 
    name="<player name>"
 
    steamid="<steamid>"
 
    permissions="<permission(s)>">
 
    <command
 
      name="<commandname>" />
 
  </Client>
 
</pre>
 
 
 
Here is an example of permissions & commands.
 
 
<pre>
 
<pre>
 
<ClientPermissions>  
 
<ClientPermissions>  

Revision as of 10:22, 17 May 2023

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>


Share your opinion