Ir para o conteúdo
RustStats PRO
Comandos de Console

O console do Rust, indexado

Pressione F1 no jogo para abrir o console. Tudo abaixo é agrupado da forma que você realmente usa, com os comandos exclusivos de admin sinalizados — eles precisam de ownerid ou moderatorid no servidor, e simplesmente não farão nada em um servidor que você não possui.

Quem pode executar
Pesquisar

Mostrando 44 de 70 comandos.

Somente admin

Giving Items

5 comandos

inventory.give

Admin

inventory.give <item shortname> <amount>

Gives yourself the specified quantity of an item by its shortname.

Cópiasinventory.give rifle.ak 1

inventory.giveto

Admin

inventory.giveto <player> <item shortname> <amount>

Gives an item to a named online player instead of yourself.

Cópiasinventory.giveto Sam wood 1000

inventory.giveid

Admin

inventory.giveid <steamid> <item id> <amount>

Gives an item to a player by Steam ID using the numeric item ID rather than the shortname.

Cópiasinventory.giveid 76561198012345678 -151838493 1

inventory.giveall

Admin

inventory.giveall <item shortname> <amount>

Gives the specified item to every player currently online.

Cópiasinventory.giveall scrap 100

inventory.givearm

Admin

inventory.givearm <item shortname> <amount>

Gives yourself an item placed directly into your belt slots rather than the main inventory.

Cópiasinventory.givearm syringe.medical 6

Somente admin

Teleporting

6 comandos

teleport

Admin

teleport <player> [target player]

Teleports you to a player, or teleports the first named player to the second one when two names are given.

Cópiasteleport "Sam" "Alex"

teleport2me

Admin

teleport2me <player>

Brings the named player to your current position.

Cópiasteleport2me Sam

teleport2grid

Admin

teleport2grid <grid> [player]

Teleports you, or an optionally named player, to the centre of a map grid square.

Cópiasteleport2grid H14

teleportlos

Admin

teleportlos

Teleports you to the first surface in your line of sight, which is handy for crossing terrain quickly.

teleportpos

Admin

teleportpos <x> <y> <z>

Teleports you to exact world coordinates.

Cópiasteleportpos 1200 25 -430

teleporteveryone

Admin

teleporteveryone

Teleports every online player to your current position.

Somente admin

Spawning

6 comandos

spawn

Admin

spawn <prefab shortname>

Spawns an entity by its short prefab name at the point you are looking at.

Cópiasspawn bear

entity.create

Admin

entity.create <full prefab path>

Creates an entity from its full prefab path, which reaches prefabs that the short spawn name cannot.

Cópiasentity.create assets/prefabs/deployable/locker/locker.deployed.prefab

heli.call

Admin

heli.call [player]

Calls in a patrol helicopter, targeting the named player when one is supplied.

Cópiasheli.call

supply.call

Admin

supply.call

Calls a cargo plane that drops a supply crate at your position.

bradley.call

Admin

bradley.call

Spawns a Bradley APC on its patrol route at the Launch Site.

spawn.fillpopulation

Admin

spawn.fillpopulation

Immediately repopulates the world with animals, nodes and other spawn populations up to their configured targets.

Somente admin

Player Administration

13 comandos

kick

Admin

kick <player> [reason]

Disconnects a connected player from the server with an optional reason shown to them.

Cópiaskick "Sam" "afk in safe zone"

ban

Admin

ban <player> [reason] [duration]

Bans a currently connected player by name, optionally for a limited duration.

Cópiasban "Sam" "cheating" 7d

banid

Admin

banid <steamid> [name] [reason]

Bans a player by Steam ID, which works even while they are offline.

Cópiasbanid 76561198012345678 "Sam" "cheating"

unban

Admin

unban <steamid>

Removes a Steam ID from the ban list.

Cópiasunban 76561198012345678

banlistex

Admin

banlistex

Prints the full ban list including each ban reason and expiry time.

god

Admin

god <true|false>

Toggles invulnerability for yourself so no damage source can hurt you.

Cópiasgod true

noclip

Admin

noclip

Toggles free-fly movement that passes through terrain and buildings.

ownerid

Admin

ownerid <steamid> "<name>" "<reason>"

Grants a Steam ID full owner-level admin rights on the server.

Cópiasownerid 76561198012345678 "Sam" "head admin"

moderatorid

Admin

moderatorid <steamid> "<name>" "<reason>"

Grants a Steam ID moderator rights, which allow most admin commands but not server configuration.

Cópiasmoderatorid 76561198012345678 "Alex" "weekend mod"

removeowner

Admin

removeowner <steamid>

Revokes owner-level admin rights from a Steam ID.

Cópiasremoveowner 76561198012345678

removemoderator

Admin

removemoderator <steamid>

Revokes moderator rights from a Steam ID.

Cópiasremovemoderator 76561198012345678

mute

Admin

mute <player|steamid>

Silences a player so their voice and chat are hidden from everyone on the server.

Cópiasmute 76561198012345678

unmute

Admin

unmute <player|steamid>

Restores voice and chat for a previously muted player.

Cópiasunmute 76561198012345678

Somente admin

Server Control

14 comandos

serverinfo

Admin

serverinfo

Prints live server statistics including player count, framerate, memory use and uptime.

save

Admin

save

Forces an immediate world save so recent building and loot changes survive a restart.

server.writecfg

Admin

server.writecfg

Writes the current convar values plus the user and ban lists to disk.

restart

Admin

restart [seconds]

Starts a broadcast countdown and then restarts the server, saving on the way down.

Cópiasrestart 300

quit

Admin

quit

Shuts the server down immediately with no countdown.

env.time

Admin

env.time <0-24>

Sets the in-game time of day for everyone on the server, where 12 is noon and 0 is midnight.

Cópiasenv.time 12

admintime

Admin

admintime <-1-24>

Overrides the time of day for your client only, with -1 restoring the real server time.

Cópiasadmintime 12

weather.rain

Admin

weather.rain <0.0-1.0>

Forces rainfall intensity, where 0 clears the sky and 1 is a full downpour.

Cópiasweather.rain 1

weather.fog

Admin

weather.fog <0.0-1.0>

Forces fog density from clear to fully fogged.

Cópiasweather.fog 0

weather.wind

Admin

weather.wind <0.0-1.0>

Forces wind strength, which affects trees, cloth and wind turbine output.

Cópiasweather.wind 0.5

server.hostname

Admin

server.hostname "<name>"

Sets the server name shown in the in-game server browser.

Cópiasserver.hostname "RustStats 2x Solo/Duo"

server.description

Admin

server.description "<text>"

Sets the long description shown on the server browser detail page.

Cópiasserver.description "Weekly wipe, no BPs"

server.maxplayers

Admin

server.maxplayers <number>

Sets the maximum number of players allowed on the server at once.

Cópiasserver.maxplayers 150

say

Admin

say "<message>"

Broadcasts a message to every player as the SERVER account.

Cópiassay "wipe in 10 minutes"

A palavra final

Esta página reflete os comandos que as pessoas realmente usam. A lista autoritativa é sempre o próprio jogo: digite find <text> no console e ele imprime todos os comandos e convars que a versão em execução registra, junto com seu valor atual. Se algo aqui discordar de find, confie em find — a Facepunch renomeia e ajusta convars no patch mensal.