Commands

2,423 on public

2,423 commands

server.maximumpings
How many pings can be placed by each player
server.maxitemstacksmovedpertickindustrial
How many stacks a single conveyor can move in a single tick
server.maxmainthreadwait
(Generated) Maximum milliseconds the main game thread will wait for a network operation before timing out; increase to tolerate brief network stalls (clamped 1–1000)
server.maxpacketsize_command
(Generated) Maximum byte size of a single console command packet from a client; oversized packets are rejected
server.maxpacketsize_globalentities
(Generated) Maximum byte size of a single global-entities network packet; oversized packets are dropped
server.maxpacketsize_globaltrees
(Generated) Maximum byte size of a single global-trees network packet; oversized packets are dropped
server.maxpacketsize_voicedata
Maximum number of bytes permitted in VoiceData packets, oversized packets will be dropped
server.maxpacketspersecond
(Generated) Global cap on total network packets per second the server will accept across all connected clients combined
server.maxpacketspersecond_command
(Generated) Maximum console command packets per second accepted from each client; rate-limits how quickly clients can send commands to the server
server.maxpacketspersecond_rpc
(Generated) Maximum RPC (Remote Procedure Call) packets per second accepted from each client; limits how fast clients can trigger server-side actions
server.maxpacketspersecond_rpc_signal
(Generated) Maximum RPC signal packets per second accepted from each client; signal RPCs are lightweight event triggers used for interactions
server.maxpacketspersecond_syncvar
(Generated) Maximum sync-var (replicated variable) update packets per second accepted from each client
server.maxpacketspersecond_tick
(Generated) Maximum tick-update packets per second accepted from each client; these carry player inputs and must stay within this rate to be processed
server.maxpacketspersecond_voice
(Generated) Maximum voice chat packets per second accepted from each client; reducing this limits voice bandwidth usage per player
server.maxpacketspersecond_world
(Generated) Maximum world-state update packets per second accepted from each individual client; prevents flooding the server with position spam
server.maxplayers
(Generated) Maximum number of players allowed on the server at the same time
server.maxreadqueuebytes
(Generated) Maximum total byte size of the incoming read queue; excess bytes are dropped to prevent memory exhaustion from a flood of large packets
server.maxreadqueuelength
(Generated) Maximum number of packets that can be queued in the incoming read queue; excess packets are dropped to prevent memory exhaustion
server.maxreadthreadwait
(Generated) Maximum milliseconds the dedicated read thread will block waiting for incoming data before timing out (clamped 1–1000)
server.maxreceivetime
(Generated) Maximum milliseconds the network receive thread is allowed to run per frame; increase if players report missed packets on high-population servers (clamped 10–1000)
server.max_sleeping_bags
server.maxunack
(Generated) Maximum number of unacknowledged network messages per connection before the server starts applying backpressure to that client
server.maxwritequeuebytes
(Generated) Maximum total byte size of the outgoing write queue; if the queue fills the oldest packets are dropped
server.maxwritequeuelength
(Generated) Maximum number of packets that can be queued in the outgoing write queue; excess packets are dropped when the queue is full
server.maxwritethreadwait
(Generated) Maximum milliseconds the dedicated write thread will block waiting to send data before timing out (clamped 1–1000)
server.meleearmor
(Generated) Global multiplier for armour effectiveness against melee damage; 1.0 = default, values above 1.0 make armour stronger against melee
server.meleedamage
(Generated) Global multiplier for all melee weapon damage dealt; 1.0 = default, 2.0 = double damage, 0.5 = half damage
server.metabolismtick
(Generated) Multiplier for player metabolism tick frequency; lower values slow down hunger, thirst and calorie consumption rates
server.modifiertickrate
(Generated) Rate multiplier for status effect (buff/debuff) ticks; lower values slow all active modifiers such as poison, radiation sickness and warmth
server.monumentpuzzleresetradiation
Allows radiation to flood monuments to force puzzles to reset
server.monumentpuzzleresetradiationamount
(Generated) Radiation damage per second applied to players inside a monument during its puzzle-reset radiation phase
server.monumentpuzzleresetradiationmaxradiusincrease
Clamp radiation multiplier to this amount of meters, -1 = ignored
server.monumentpuzzleresetradiationoverride
Force enable radiation in monument puzzles to confirm they work
server.monumentpuzzleresetradiationplayeremptytime
How long does a monument puzzle need to be empty with full rads before it can reset
server.monumentpuzzleresetradiationpreresettime
How long before the reset happens do we start applying radiation
server.monumentpuzzleresetradiationradiusmultiplier
(Generated) Multiplier applied to a monument's normal radiation radius when the puzzle-reset radiation cloud is active; default 1.5x expands the zone beyond its usual boundary
server.monumentpuzzleresetwarnings
(Generated) When enabled, chat warnings are broadcast to players inside a monument shortly before its puzzle-reset radiation begins
server.motd
server.netcache
(Generated) Enables server-side network caching of entity state; when enabled only deltas are sent per update rather than the full entity data, significantly reducing bandwidth
server.netcachesize
(Generated) Maximum byte size of the network entity cache; 0 means no hard limit
server.netlog
(Generated) Enables low-level network activity logging on the server; produces verbose output useful for diagnosing connection and packet issues
server.netprotocol
(Generated) Returns the network protocol identifier string the server is currently using; clients must match this to connect
Action
server.nonplanterdeathchancepertick
(Generated) Probability (0–1) per growth tick that a plant growing outside a planter box will die; default 0.005 means a 0.5% chance each tick
server.normalisedfoodspoiltimestackthreshold
If two spoiled food items are both above this threshold then we will allow them to be stacked
server.npcammolootmultiplier
All ammo drops from NPC loot will be multiplied by this
server.npccorpsedespawn
Seconds before a NPC corpse is removed from the world; default is 600 seconds (10 minutes)
server.occlusiongatherbatchplayercount
UsePlayerUpdateJobs 4 related - how many players to gather occlusion pairs for per task
serverocclusion.occlusionvalidategroups
(Generated) Validates that all server occlusion network groups are correctly mapped to their occlusion data; reports any inconsistencies found
Action
serverocclusion.serverocclusiondebug
Tests occlusion visibility between two positions
Action
server.official
(Generated) Marks this as an official Facepunch server; only set by Facepunch — do not enable on community servers
server.oilrig_radiation_alarm_threshold
(Generated) Radiation level at which the oil rig alarm triggers; 0 means the alarm activates immediately when any radiation is present
server.oilrig_radiation_amount_scale
(Generated) Multiplier for radiation intensity inside oil rig monuments; higher values increase radiation damage per second
server.oilrig_radiation_time_scale
(Generated) Multiplier for how long radiation lingers after an event at oil rig monuments; higher values extend the radiation duration
server.optimalplanterqualitysaturation
(Generated) Soil saturation level (0–1) at which a planter box is considered perfectly watered for quality bonuses; default 0.6
server.ovencookbudgetms
(Generated) Maximum milliseconds per frame spent processing furnace and campfire cook ticks; lower values keep frames smoother on high-population servers
server.packetlog
(Generated) Prints a sorted table of network packet types and their cumulative call counts since logging was enabled; requires packetlog_enabled = true
Action
server.packetlog_enabled
(Generated) Enables packet-type logging; must be true before the packetlog command will return data. Collects packet type call counts at runtime
server.paintballoverallsdamage
How much to scale paintball damage when both the hit player and initiator player have paintball overalls on (see paintballstandarddamage for scaling standard paintball damage)
server.paintballstandarddamage
How much to scale standard paintball damage (see paintballoverallsdamage for scaling damage for when players have overalls on)
server.parachuterepacktime
How long it takes to pick up a used parachute in seconds