Barotrauma provides an efficient way to add administrators to servers via console commands. By assigning players the admin rank, they can modify numerous server settings from the initial setup screen, allowing them to heavily customize the server. Además, se pueden habilitar rangos personalizados para permitir que los jugadores tengan permisos específicos sin otorgarles demasiado poder. Esto es especialmente útil para dar a los jugadores funciones útiles como vender inventario sin permitir que puedan expulsar o prohibir a otros jugadores.
1. Inicia sesión en el panel de BisectHosting Starbase.
2. Detén el servidor.
3. Ve a la pestaña Archivos.
4. Ingresa a la carpeta Data.
5. Abre el archivo clientpermissions.xml.
Note: A player must join the server at least once to generate the
clientpermissions.xmlfile.
6. Replace the <ClientPermissions /> line with the following per name and IPv4 of the user:
<ClientPermissions>
<Client
name="NombredeUsuario"
address="IPV4"
permissions="All" />
</ClientPermissions>Alternativamente, se puede usar un SteamID con la plantilla de abajo.
<ClientPermissions>
<Client
name="NombredeUsuario"
accountid="STEAM_1:1:155531313"
permissions="All" />
</ClientPermissions>Nota: Asegúrate de que el primer
0del formato SteamID.IO sea1. Por ejemplo:STEAM_0:0:123456789se convertirá enSTEAM_1:0:123456789.
7. Presiona el botón Guardar.