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

Difference between revisions of "7D2D Admin config"

From Survival Servers
Jump to navigation Jump to search
(Created page with "== Getting yourself added as admin on your server == Before starting please look at the following area to know how to connect to your FTP client<br/> [https://survivalservers...")
 
Line 1: Line 1:
== Getting yourself added as admin on your server ==
+
== Adding 7D2D Admins ==
  
 
Before starting please look at the following area to know how to connect to your FTP client<br/>
 
Before starting please look at the following area to know how to connect to your FTP client<br/>
[https://survivalservers.com/wiki/index.php?title=FTP_Access Connecting to your FTP Client]
+
<p>[https://survivalservers.com/wiki/index.php?title=FTP_Access Connecting to your FTP Client]</p>
 
 
  
 
# Log into your FTP client and head into the "Saves/" directory
 
# Log into your FTP client and head into the "Saves/" directory
Line 11: Line 10:
 
# Grab your steam 64bit UID. Which can be found by using this link: [https://steamidfinder.com/ SteamIDFinder]
 
# Grab your steam 64bit UID. Which can be found by using this link: [https://steamidfinder.com/ SteamIDFinder]
 
# Replace the SteamID number listed below with yours.
 
# Replace the SteamID number listed below with yours.
## Note if you have a <! - - and a - - > line around the item you will want to remove those
+
#: '''NOTE:''' If you have a <! - - and a - - > line around the item you will want to remove those
 
# Once that is set in place, save the file and start/restart your server using the buttons at the top of the panel
 
# Once that is set in place, save the file and start/restart your server using the buttons at the top of the panel
  
 +
<p>In the example below, I have removed the <!-- and --> markers on the <admin steamID... line and placed a SteamID in the field. You will want to repeat this while keeping the SteamID within the quotes.</p>
  
 
  <adminTools>
 
  <adminTools>

Revision as of 09:50, 22 February 2019

Adding 7D2D Admins

Before starting please look at the following area to know how to connect to your FTP client

Connecting to your FTP Client

  1. Log into your FTP client and head into the "Saves/" directory
  2. In there look for the serveradmin.xml file
  3. Open it in notepad++
  4. You should see something similar to what is listed below
  5. Grab your steam 64bit UID. Which can be found by using this link: SteamIDFinder
  6. Replace the SteamID number listed below with yours.
    NOTE: If you have a <! - - and a - - > line around the item you will want to remove those
  7. Once that is set in place, save the file and start/restart your server using the buttons at the top of the panel

In the example below, I have removed the markers on the <admin steamID... line and placed a SteamID in the field. You will want to repeat this while keeping the SteamID within the quotes.

<adminTools>
<admins>

<admin steamID="76561198021925107" permission_level="0" /> 

</admins>
<permissions>
<permission cmd="dm" permission_level="0" />  
<permission cmd="kick" permission_level="1" />  
<permission cmd="say" permission_level="1000" />  
<permission cmd="chunkcache" permission_level="1000"/>
<permission cmd="debugweather" permission_level="1000"/>
<permission cmd="getgamepref" permission_level="1000"/>
<permission cmd="getgamestat" permission_level="1000"/>
<permission cmd="gettime" permission_level="1000"/>
<permission cmd="help" permission_level="1000"/>
<permission cmd="listplayerids" permission_level="1000"/>
<permission cmd="listthreads" permission_level="1000"/>
<permission cmd="memcl" permission_level="1000"/>
<permission cmd="settempunit" permission_level="1000"/>
</permissions>

ONLY PUT ITEMS IN WHITELIST IF YOU WANT WHITELIST ONLY ENABLED!!!

If there are any items in the whitelist, the whitelist only mode is enabled

Nobody can join that ISN'T in the whitelist or admins once whitelist only mode is enabled

<whitelist>
 <whitelisted steamID="" />  
</whitelist>
<blacklist>
   <blacklisted steamID="" unbandate="" /> 
</blacklist>
</adminTools>


Share your opinion