Advertisement
Frazzlee

RUST SERVER COMMANDS

Feb 14th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. RUST SERVER COMMANDS:
  2.  
  3. To paste into Console (F1) - Player must be admin or mod for this to work
  4.  
  5. inventory.giveall map 5 Gives all players 5 maps
  6. inventory.give map 5 Gives current player 5 maps
  7.  
  8.  
  9. Server command (cmd.exe) - Only person running the server can type these:
  10.  
  11. kick Frazzlee Kicks player by the name of Frazzlee
  12. ownerid "null" Null is steam64id which can be found on https://steamid.io/ (ONLY FOR SERVER OWNER)
  13. moderatorid "null" Null is steam64id which can be found on https://steamid.io/ (SAME AS OWNERID)
  14. say "Hi" Message comes through from server in chat as "Hi"
  15. env.time 12 Sets current time to number specified (24 hour format) e.g. "13" = 1pm, "18" = 6pm etc
  16. server.maxplayers 5 Sets the current server limit of max players to 5, can be any number up to 2147483647
  17. Some servers have exceptions as seen here http://i.imgur.com/nP97mht.jpg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement