inventory.give
Admininventory.give <item shortname> <amount>
Gives yourself the specified quantity of an item by its shortname.
Copiasinventory.give rifle.ak 1
Pulsa F1 en el juego para abrir la consola. Todo lo que hay abajo está agrupado como realmente lo usas, con los comandos de solo administrador marcados: esos necesitan ownerid o moderatorid en el servidor, y simplemente no harán nada en un servidor que no sea tuyo.
Mostrando 44 de 70 comandos.
5 comandos
inventory.give <item shortname> <amount>
Gives yourself the specified quantity of an item by its shortname.
Copiasinventory.give rifle.ak 1
inventory.giveto <player> <item shortname> <amount>
Gives an item to a named online player instead of yourself.
Copiasinventory.giveto Sam wood 1000
inventory.giveid <steamid> <item id> <amount>
Gives an item to a player by Steam ID using the numeric item ID rather than the shortname.
Copiasinventory.giveid 76561198012345678 -151838493 1
inventory.giveall <item shortname> <amount>
Gives the specified item to every player currently online.
Copiasinventory.giveall scrap 100
inventory.givearm <item shortname> <amount>
Gives yourself an item placed directly into your belt slots rather than the main inventory.
Copiasinventory.givearm syringe.medical 6
6 comandos
teleport <player> [target player]
Teleports you to a player, or teleports the first named player to the second one when two names are given.
Copiasteleport "Sam" "Alex"
teleport2me <player>
Brings the named player to your current position.
Copiasteleport2me Sam
teleport2grid <grid> [player]
Teleports you, or an optionally named player, to the centre of a map grid square.
Copiasteleport2grid H14
teleportlos
Teleports you to the first surface in your line of sight, which is handy for crossing terrain quickly.
teleportpos <x> <y> <z>
Teleports you to exact world coordinates.
Copiasteleportpos 1200 25 -430
teleporteveryone
Teleports every online player to your current position.
6 comandos
spawn <prefab shortname>
Spawns an entity by its short prefab name at the point you are looking at.
Copiasspawn bear
entity.create <full prefab path>
Creates an entity from its full prefab path, which reaches prefabs that the short spawn name cannot.
Copiasentity.create assets/prefabs/deployable/locker/locker.deployed.prefab
heli.call [player]
Calls in a patrol helicopter, targeting the named player when one is supplied.
Copiasheli.call
supply.call
Calls a cargo plane that drops a supply crate at your position.
bradley.call
Spawns a Bradley APC on its patrol route at the Launch Site.
spawn.fillpopulation
Immediately repopulates the world with animals, nodes and other spawn populations up to their configured targets.
13 comandos
kick <player> [reason]
Disconnects a connected player from the server with an optional reason shown to them.
Copiaskick "Sam" "afk in safe zone"
ban <player> [reason] [duration]
Bans a currently connected player by name, optionally for a limited duration.
Copiasban "Sam" "cheating" 7d
banid <steamid> [name] [reason]
Bans a player by Steam ID, which works even while they are offline.
Copiasbanid 76561198012345678 "Sam" "cheating"
unban <steamid>
Removes a Steam ID from the ban list.
Copiasunban 76561198012345678
banlistex
Prints the full ban list including each ban reason and expiry time.
god <true|false>
Toggles invulnerability for yourself so no damage source can hurt you.
Copiasgod true
noclip
Toggles free-fly movement that passes through terrain and buildings.
ownerid <steamid> "<name>" "<reason>"
Grants a Steam ID full owner-level admin rights on the server.
Copiasownerid 76561198012345678 "Sam" "head admin"
moderatorid <steamid> "<name>" "<reason>"
Grants a Steam ID moderator rights, which allow most admin commands but not server configuration.
Copiasmoderatorid 76561198012345678 "Alex" "weekend mod"
removeowner <steamid>
Revokes owner-level admin rights from a Steam ID.
Copiasremoveowner 76561198012345678
removemoderator <steamid>
Revokes moderator rights from a Steam ID.
Copiasremovemoderator 76561198012345678
mute <player|steamid>
Silences a player so their voice and chat are hidden from everyone on the server.
Copiasmute 76561198012345678
unmute <player|steamid>
Restores voice and chat for a previously muted player.
Copiasunmute 76561198012345678
14 comandos
serverinfo
Prints live server statistics including player count, framerate, memory use and uptime.
save
Forces an immediate world save so recent building and loot changes survive a restart.
server.writecfg
Writes the current convar values plus the user and ban lists to disk.
restart [seconds]
Starts a broadcast countdown and then restarts the server, saving on the way down.
Copiasrestart 300
quit
Shuts the server down immediately with no countdown.
env.time <0-24>
Sets the in-game time of day for everyone on the server, where 12 is noon and 0 is midnight.
Copiasenv.time 12
admintime <-1-24>
Overrides the time of day for your client only, with -1 restoring the real server time.
Copiasadmintime 12
weather.rain <0.0-1.0>
Forces rainfall intensity, where 0 clears the sky and 1 is a full downpour.
Copiasweather.rain 1
weather.fog <0.0-1.0>
Forces fog density from clear to fully fogged.
Copiasweather.fog 0
weather.wind <0.0-1.0>
Forces wind strength, which affects trees, cloth and wind turbine output.
Copiasweather.wind 0.5
server.hostname "<name>"
Sets the server name shown in the in-game server browser.
Copiasserver.hostname "RustStats 2x Solo/Duo"
server.description "<text>"
Sets the long description shown on the server browser detail page.
Copiasserver.description "Weekly wipe, no BPs"
server.maxplayers <number>
Sets the maximum number of players allowed on the server at once.
Copiasserver.maxplayers 150
say "<message>"
Broadcasts a message to every player as the SERVER account.
Copiassay "wipe in 10 minutes"
Esta página refleja los comandos que la gente usa realmente. La lista autoritativa es siempre el propio juego: escribe find <text> en la consola y imprime todos los comandos y convars que la compilación en ejecución registra, junto con su valor actual. Si algo aquí discrepa con find, confía en find — Facepunch renombra y reajusta los convars en el parche mensual.