Changes between Version 23 and Version 24 of Console Commands


Ignore:
Timestamp:
26.10.2016 11:45:30 (8 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Console Commands

    v23 v24  
    22
    33In order to do some bits of administration or even for informational purposes 7 Days to Die integrates a console system. This can be accessed in three ways:
    4 * In game by a client. The key to open the console is layout dependend, e.g. for a german layout it is the "ö"
    5 * Telnet. This has to be enabled server side and can then be accessed with a simple Telnet client
     4* In game by a client. The key to open the console ''F1'' since A15
     5* "Telnet". This has to be enabled server side and can then be accessed with a simple Telnet client (not a real Telnet server but a raw text interface)
    66* Web control panel. Has to be enabled server side too and can then be accessed with any web browser
    77
     
    1010
    1111* Any player not given a specific permission level in ''admins.xml'' will have a default level of 1000
    12 * A command with permission level of >=1000 can be executed by '''any''' player that is either defined with a permission level of <=1000, even those not listed in the ''admins.xml'' at all
     12* A command with permission level of >=1000 can be executed by '''any''' player that is either defined with a permission level of <=1000 or not listed in the ''admins.xml'' at all
    1313* Any command not having an permission level set in ''admins.xml'' will automatically have a permission level of 0
    1414* Commands defined in the ''admins.xml'' affect both short and long versions
     
    6969== Implemented commands ==
    7070
     71'''This is typically outdated as commands change all the time. Refer to the output of the console command ''help'' and ''help <command name>'' for always up-to-date information!'''
     72
    7173||= Command =||= Parameters =||= Description =||
    7274|| admin add || <playername> <permissionLevel> || Add a player as admin with the given permissionlevel ||