Перейти до вмісту
RustStats PRO
Консольні команди

Консоль Rust, індексована

Натисніть F1 у грі, щоб відкрити консоль. Усе нижче згруповано так, як ви це реально використовуєте, а команди лише для адміністраторів позначені — вони потребують ownerid або moderatorid на сервері, і просто не працюватимуть на сервері, який вам не належить.

Хто може виконувати
Пошук

Показано 44 з 70 команд.

Лише адмін

Giving Items

5 команд

inventory.give

Адмін

inventory.give <item shortname> <amount>

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

Копіїinventory.give rifle.ak 1

inventory.giveto

Адмін

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

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

Копіїinventory.giveto Sam wood 1000

inventory.giveid

Адмін

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

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

Копіїinventory.giveid 76561198012345678 -151838493 1

inventory.giveall

Адмін

inventory.giveall <item shortname> <amount>

Gives the specified item to every player currently online.

Копіїinventory.giveall scrap 100

inventory.givearm

Адмін

inventory.givearm <item shortname> <amount>

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

Копіїinventory.givearm syringe.medical 6

Лише адмін

Teleporting

6 команд

teleport

Адмін

teleport <player> [target player]

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

Копіїteleport "Sam" "Alex"

teleport2me

Адмін

teleport2me <player>

Brings the named player to your current position.

Копіїteleport2me Sam

teleport2grid

Адмін

teleport2grid <grid> [player]

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

Копіїteleport2grid H14

teleportlos

Адмін

teleportlos

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

teleportpos

Адмін

teleportpos <x> <y> <z>

Teleports you to exact world coordinates.

Копіїteleportpos 1200 25 -430

teleporteveryone

Адмін

teleporteveryone

Teleports every online player to your current position.

Лише адмін

Spawning

6 команд

spawn

Адмін

spawn <prefab shortname>

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

Копіїspawn bear

entity.create

Адмін

entity.create <full prefab path>

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

Копіїentity.create assets/prefabs/deployable/locker/locker.deployed.prefab

heli.call

Адмін

heli.call [player]

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

Копіїheli.call

supply.call

Адмін

supply.call

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

bradley.call

Адмін

bradley.call

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

spawn.fillpopulation

Адмін

spawn.fillpopulation

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

Лише адмін

Player Administration

13 команд

kick

Адмін

kick <player> [reason]

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

Копіїkick "Sam" "afk in safe zone"

ban

Адмін

ban <player> [reason] [duration]

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

Копіїban "Sam" "cheating" 7d

banid

Адмін

banid <steamid> [name] [reason]

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

Копіїbanid 76561198012345678 "Sam" "cheating"

unban

Адмін

unban <steamid>

Removes a Steam ID from the ban list.

Копіїunban 76561198012345678

banlistex

Адмін

banlistex

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

god

Адмін

god <true|false>

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

Копіїgod true

noclip

Адмін

noclip

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

ownerid

Адмін

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

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

Копіїownerid 76561198012345678 "Sam" "head admin"

moderatorid

Адмін

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

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

Копіїmoderatorid 76561198012345678 "Alex" "weekend mod"

removeowner

Адмін

removeowner <steamid>

Revokes owner-level admin rights from a Steam ID.

Копіїremoveowner 76561198012345678

removemoderator

Адмін

removemoderator <steamid>

Revokes moderator rights from a Steam ID.

Копіїremovemoderator 76561198012345678

mute

Адмін

mute <player|steamid>

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

Копіїmute 76561198012345678

unmute

Адмін

unmute <player|steamid>

Restores voice and chat for a previously muted player.

Копіїunmute 76561198012345678

Лише адмін

Server Control

14 команд

serverinfo

Адмін

serverinfo

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

save

Адмін

save

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

server.writecfg

Адмін

server.writecfg

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

restart

Адмін

restart [seconds]

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

Копіїrestart 300

quit

Адмін

quit

Shuts the server down immediately with no countdown.

env.time

Адмін

env.time <0-24>

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

Копіїenv.time 12

admintime

Адмін

admintime <-1-24>

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

Копіїadmintime 12

weather.rain

Адмін

weather.rain <0.0-1.0>

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

Копіїweather.rain 1

weather.fog

Адмін

weather.fog <0.0-1.0>

Forces fog density from clear to fully fogged.

Копіїweather.fog 0

weather.wind

Адмін

weather.wind <0.0-1.0>

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

Копіїweather.wind 0.5

server.hostname

Адмін

server.hostname "<name>"

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

Копіїserver.hostname "RustStats 2x Solo/Duo"

server.description

Адмін

server.description "<text>"

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

Копіїserver.description "Weekly wipe, no BPs"

server.maxplayers

Адмін

server.maxplayers <number>

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

Копіїserver.maxplayers 150

say

Адмін

say "<message>"

Broadcasts a message to every player as the SERVER account.

Копіїsay "wipe in 10 minutes"

Остаточне слово

Ця сторінка відображає команди, які люди реально використовують. Авторитетний список завжди сама гра: введіть find <text> у консолі, і вона виведе всі команди та конвари, які реєструє поточна збірка, разом із їхніми поточними значеннями. Якщо щось тут не збігається з find, довіряйте find — Facepunch перейменовує та переналаштовує конвари в щомісячному патчі.