7 days to die console commands [COMPLETE LIST]

7 days to die console commands [COMPLETE LIST]

Best Gaming Tips and Tricks

Thes are the full lit of 7 days to die console commands. I know there are lots of console commands to disable or enable different things. Is there a definitive list of them anywhere? I couldn’t find one. So I’d like to compile one now. Add on any that you know. Isn’t there one for disabling temperature?

admin => Manage user permission levels
aiddebug => Toggles AIDirector debug output.
audio => Watch audio stats
ban => Manage ban entries
buff => Applies a buff to the local player
chunkcache cc => shows all loaded chunks in cache
commandpermission cp => Manage command permission levels
creativemenu cm => enables/disables the creativemenu
DeathScreen => Display DeathScreen
debuff => Removes a buff from the local player
debugmenu dm => enables/disables the debugmenu
debugweather => Dumps internal weather state to the console.
enablescope es => toggle debug scope
exhausted => Makes the player exhausted.
getgamepref gg => Gets a game preference
gettime gt => Get the current game time
givequest => usage: givequest questname
giveself => usage: give itemName qualityLevel (default quality is 600)
giveselfskillxp => usage: giveselfskillxp Mining Tools 10000
giveselfxp => usage: giveselfxp 10000
help => Help on console and specific commands
kick => Kicks user with optional reason. “kick playername reason”
kickall => Kicks all users with optional reason. “kickall reason”
kill => Kill a given entity
killall => Kill all players
lgo listgameobjects => List all active game objects
listents le => lists all entities
listplayerids lpi => Lists all players with their IDs for ingame commands
listplayers lp => lists all players
listthreads lt => lists all threads
loggamestate lgs => Log the current state of the game
loglevel => Telnet/Web only: Select which types of log messages are shown
mem => Prints memory information and calls garbage collector
memcl => Prints memory information on client and calls garbage collector
ocv => Occlusion View
pplist => Lists all PersistentPlayer data
removequest => usage: removequest questname
saveworld sa => Saves the world manually.
say => Sends a message to all connected clients
setgamepref sg => sets a game pref
settempunit stu => Set the current temperature units.
settime st => Set the current game time
showalbedo albedo => enables/disables display of albedo in gBuffer
showchunkdata sc => shows some date of the current chunk
showClouds => Artist command to show one layer of clouds.
shownexthordetime => Displays the wandering horde time
shownormals norms => enables/disables display of normal maps in gBuffer
showspecular spec => enables/disables display of specular values in gBuffer
shutdown => shuts down the game
sounddebug => Toggles SoundManager debug output.
spawnairdrop => Spawns an air drop
spawnentity se => spawns an entity
SpawnScreen => Display SpawnScreen
spawnsupplycrate => Spawns a supply crate where the player is
spawnwanderinghorde => Spawns a wandering horde of zombies
starve => Makes the player starve.
switchview sv => Switch between fpv and tpv
thirsty => Makes the player thirsty.
updatelighton => Commands for UpdateLightOnAllMaterials and UpdateLightOnPlayers
version => Get the currently running version of the game and loaded mods
weather => Control weather settings
weathersurvival => Enables/disables weather survival
whitelist => Manage whitelist entries

This is a list of the commands with detailed help.

Table of Contents

*** Command: admin ***
Set/get user permission levels. A level of 0 is maximum permission,
users without an explicitly set permission have a permission level of 1000.
Usage:
admin add <name / entity id / steam id> <level>
admin remove <name / entity id / steam id>
admin list
To use the add/remove sub commands with a name or entity id the player has
to be online, the variant with steam id can be used for currently offline
users too.

*** Command: aiddebug ***
No detailed help available.
Description: Toggles AIDirector debug output.

*** Command: audio ***
Just type audio and hit enter for the info.

*** Command: ban ***
Set/get ban entries. Bans will be automatically lifted after the given time.
Usage:
ban add <name / entity id / steam id> <duration> <duration unit> [reason]
ban remove <name / entity id / steam id>
ban list
To use the add/remove sub commands with a name or entity id the player has
to be online, the variant with steam id can be used for currently offline
users too.
Duration unit is a modifier to the duration which specifies if in what unit
the duration is given. Valid units:
minute(s), hour(s), day(s), week(s), month(s), year(s)
Example: ban add madmole 2 minutes “Time for a break”

*** Command: buff ***
No detailed help available.
Description: Applies a buff to the local player

*** Command: chunkcache ***
No detailed help available.
Description: shows all loaded chunks in cache

*** Command: commandpermission ***
Set/get permission levels required to execute a given command. Default
level required for commands that are not explicitly specified is 0.
Usage:
cp add <command> <level>
cp remove <command>
cp list

*** Command: creativemenu ***
No detailed help available.
Description: enables/disables the creativemenu

*** Command: deathscreen ***
DeathScreen on/off

*** Command: debuff ***
No detailed help available.
Description: Removes a buff from the local player

*** Command: debugmenu ***
No detailed help available.
Description: enables/disables the debugmenu

*** Command: debugweather ***
No detailed help available.
Description: Dumps internal weather state to the console.

*** Command: enablescope ***
No detailed help available.
Description: toggle debug scope

*** Command: exhausted ***
No detailed help available.
Description: Makes the player exhausted.

*** Command: getgamepref ***
No detailed help available.
Description: Gets a game preference

*** Command: gettime ***
No detailed help available.
Description: Get the current game time

*** Command: givequest ***
No detailed help available.
Description: usage: givequest questname

*** Command: giveself ***
No detailed help available.
Description: usage: give itemName qualityLevel (default quality is 600)

*** Command: giveselfxp ***
No detailed help available.
Description: usage: giveselfxp 10000

*** Command: help ***
Type “help” for an overview or “help <command / topic>” for
detailed information about a specific command or topic

*** Command: kick ***
No detailed help available.
Description: Kicks user with optional reason. “kick playername reason”

440" crossorigin="anonymous">

*** Command: kickall ***
No detailed help available.
Description: Kicks all users with optional reason. “kickall reason”

*** Command: kill ***
Kill a given entity.
Usage:
1. kill <entity id>
2. kill <player name / steam id>
1. can be used to kill any entity that can be killed (zombies, players).
2. can only be used to kill players.

*** Command: killall ***
Kill all players

*** Command: lgo ***
No detailed help available.
Description: List all active game objects

*** Command: loglevel ***
Select which types of log messages are shown on the connection
you enter this command. By default all log messages are printed
on every connection.
Usage: loglevel <loglevel name> <true/false>
Log levels: INF, WRN, ERR, EXC or ALL
Example: Disable display of WRN messages: loglevel WRN false

*** Command: mem ***
No detailed help available.
Description: Prints memory information and calls garbage collector

*** Command: memcl ***
No detailed help available.
Description: Prints memory information on client and calls garbage collector

*** Command: ocv ***
on/off

*** Command: pplist ***
No detailed help available.
Description: Lists all PersistentPlayer data

*** Command: removequest ***
No detailed help available.
Description: usage: removequest questname

*** Command: saveworld ***
No detailed help available.
Description: Saves the world manually.

*** Command: say ***
No detailed help available.
Description: Sends a message to all connected clients

*** Command: setgamepref ***
No detailed help available.
Description: sets a game pref

*** Command: settempunit ***
Set the current temperature units.
Usage:
1. settempunit F
2. settempunit C
1. sets the temperature unit to Fahrenheit.
2. sets the temperature unit to Celsius.

*** Command: settime ***
Set the current game time.
Usage:
1. settime day
2. settime night
3. settime <time>
4. settime <day> <hour> <minute>
1. sets the time to day 1, 16:00.
2. sets the time to day 2, 5:00.
3. sets the time to the given value. 1000 is one hour.
4. sets the time to the given day/hour/minute values.

*** Command: showalbedo ***
No detailed help available.
Description: enables/disables display of albedo in gBuffer

*** Command: showchunkdata ***
No detailed help available.
Description: shows some date of the current chunk

*** Command: showclouds ***
type “showClouds myCloudTexture” where “myCloudTexture” is the name of the texture you want to see.
type “showClouds” to turn off this view.
Note: cloud textures MUST be locasted at ./resources/textures/environment/spectrums/default

*** Command: shownexthordetime ***
No detailed help available.
Description: Displays the wandering horde time

*** Command: shownormals ***
No detailed help available.
Description: enables/disables display of normal maps in gBuffer

*** Command: showspecular ***
No detailed help available.
Description: enables/disables display of specular values in gBuffer

*** Command: shutdown ***
No detailed help available.
Description: shuts down the game

*** Command: sounddebug ***
No detailed help available.
Description: Toggles SoundManager debug output.

*** Command: spawnairdrop ***
No detailed help available.
Description: Spawns an air drop

*** Command: spawnentity ***
No detailed help available.
Description: spawns an entity

*** Command: spawnscreen ***
SpawnScreen on/off

*** Command: spawnsupplycrate ***
No detailed help available.
Description: Spawns a supply crate where the player is

*** Command: spawnwanderinghorde ***
No detailed help available.
Description: Spawns a wandering horde of zombies

*** Command: starve ***
No detailed help available.
Description: Makes the player starve.

*** Command: switchview ***
No detailed help available.
Description: Switch between fpv and tpv

*** Command: thirsty ***
No detailed help available.
Description: Makes the player thirsty.

*** Command: updatelighton ***
Commands for UpdateLightOnAllMaterials and UpdateLightOnPlayers

*** Command: version ***
No detailed help available.
Description: Get the currently running version of the game and loaded mods

*** Command: weather ***
normalize
SnowFall [0..1]
Rain [0..1]
Wet [0..1]
Snow [0..1]
Clouds [0..1]
Temp [-9999..9999]
Fog [0..1]
DefaultSnowFall
DefaultRain
DefaultWet
DefaultSnow
DefaultClouds
DefaultTemp
DefaultFog
Defaults

*** Command: weathersurvival ***
No detailed help available.
Description: Enables/disables weather survival

*** Command: whitelist ***
Set/get whitelist entries. Note: If there is at least one entry on the list
no user who is not on this list will be able to join the server!
Usage:
whitelist add <name / entity id / steam id>
whitelist remove <name / entity id / steam id>
whitelist list
To use the add/remove sub commands with a name or entity id the player has
to be online, the variant with steam id can be used for currently offline
users too.

Some commands wont give extensive help until your use them incorrectly.
For example spawnentity gives this if you specify incorrect parameters.

1st parameter: please specify one of the players
2nd parameter: please specify one of the entities
1 – zombie01
2 – zombieferal
3 – zombieBoe
4 – zombieJoe
5 – zombieMoe
6 – zombieArlene
7 – zombieScreamer
8 – zombieDarlene
9 – zombieMarlene
10 – zombieYo
11 – zombieSteve
12 – zombieSteveCrawler
13 – snowzombie
14 – spiderzombie
15 – burntzombie
16 – zombieNurse
17 – fatzombiecop
18 – hornet
19 – zombiedog
20 – car_Blue
21 – car_Orange
22 – car_Red
23 – car_White
24 – animalStag
25 – animalBear
26 – zombieBear
27 – animalRabbit
28 – animalChicken
29 – animalPig
30 – supplyPlane
31 – sc_General
32 – zombieUMAfemale
33 – zombieUMAmale
34 – zombieMaleHazmat
35 – zombieFemaleHazmat
36 – minibike
37 – Backpack

👉 CLICK HERE to Subscribe for Canada jobs with visa sponsorship

Spread the love
Author: Simon RobertEasyInfoBlog is a multi-author blog. We have experts and professionals in various fields who share their ideas and expert knowledge to help you with your daily information needs. Thanks for reading!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.