echo "text"Prints text to the server console env.timeSets the time to this value in hours event.runSends an airdrop from a random direction find <command or ".">Searches for a command, using "." will list all commands. say "Message"Broadcasts a message to all players ...
List of useful commands for Rust Updated over 3 months ago NOTE
/tphere playername 【ADMIN ONLY - teleports a player to you(传送一个玩家到你这里)】 /tpto playername 【ADMIN ONLY - teleports you to a player(传送你到一个玩家那里)】 /loadout 【ADMIN ONLY - spawns you an admin loadout set in the config file(生成一个管理操作记录在设置文件夹下) Ru...
/help 【(Returns available commands for your current rank,显示指令)】 /help [command without /] 【(Returns the documentation and syntax for the specified command,显示已经排除外的指令,without/后面填上你不想显示的指令)】 /history {1-50} 【(Returns the the last # lines of the chat history,...
Some commands are only designed to be used through the server console but can be used via a client with admin if prefixed with "sv", eg, thesaycommand that broadcasts a message in chat from the server can be only be used by the client by doingsv say ...
Rust admin panel (RustMonitor) See our 👉🏼 Live Instance Current features Multiple servers login record. Simple full control (Chat, Players and Console) on single screen Plugin enable/disable/reload and update checker Permissions groups and export/import to apply on multiple servers All configur...
rs-firebase-admin-sdk :Rust的Firebase Admin SDKwinauth :Rust中的Windows认证(NTLMv2)dco3 :Rust中的DRACOON异步API包装器vaultier :从Hashicorp Vault写入和读取秘密cargo-credential :协助编写Cargo凭证辅助工具 配置管理 应用程序的配置管理。 config :Rust应用程序的分层配置系统dotenvy :dotenv类库的一个维护良好...
Then ask Cargo to create a new Rust project for you with the following command. Console Afrita cargo new first_rust_project The argument you pass to the cargo new command is the name of the project that you want Cargo to create. Here, the project name is first_rust_project. The reco...
ynqa/promkit [promkit] - A toolkit for building interactive command-line tools Style colored [colored] - Coloring terminal so simple, you already know how to do it! console-rs/dialoguer [dialoguer] - Library for command line prompts and similar things. LukasKalbertodt/bunt [bunt] - ...
Run the following command in your terminal or command prompt:Console Copy rustc --version You should see output like this example:Output Copy rustc 1.50.0 (cb75ad5db 2021-02-10) Then run the following command:Console Copy cargo --version ...