1. Post #1
    Dennab
    November 2013
    6 Posts
    Guys, i have private server for my friends and I want to know how to spawn something like items, weapons, cars and others, please help me.

  2. Post #2

    December 2013
    86 Posts
    You ever hear of this thing called Google?

    http://playrustwiki.com/wiki/Server_Commands
    Reply With Quote Edit / Delete Reply Windows 7 United States Show Events Agree Agree x 1 (list)

  3. Post #3
    Dennab
    November 2013
    6 Posts
    You ever hear of this thing called Google?

    http://playrustwiki.com/wiki/Server_Commands
    I know, i am noob but thank you dude <3

  4. Post #4

    December 2013
    67 Posts
    http://lmgtfy.com/?q=rust+server+commands

    All you gotta do, google is your friend.
    Reply With Quote Edit / Delete Reply Canada Show Events Dumb Dumb x 1 (list)

  5. Post #5

    December 2013
    54 Posts
    == Commands ==
    airdrop.drop
    chat.say
    config.load
    config.save
    connectlog.all
    crafting.cancel
    crafting.complete
    dmg.godmode
    env.forecast
    global.ban
    global.banid
    global.kick
    global.unbanall
    interp.ratio
    inv.ammo
    inv.give
    inv.giveall
    inv.givearmor
    inv.giveplayerarmor
    netcull.log
    notice.popupall
    objects.count
    profile.record
    rcon.login
    save.all
    save.avatars
    save.load
    save.tofile
    save.world
    sleepers.clear
    sleepers.kill
    structure.touchall
    teleport.toplayer
    teleport.topos
    vehicle.car
    vehicle.carall
    vehicle.carenter
    vehicle.carremove
    vehicle.eject
    vehicle.ejectall
    vehicle.spawn
    vehicle.spawnall
    vehicle.spawnenter

    == Fields ==
    airdrop.min_players
    chat.enabled
    chat.serverlog
    connectlog.approval
    connectlog.approve
    connectlog.connected
    connectlog.connecting
    connectlog.deny
    connectlog.disconnected
    connectlog.joined
    crafting.instant
    crafting.instant_admins
    crafting.timescale
    decay.decaytickrate
    decay.deploy_maxhealth_sec
    env.time
    env.timescale
    falldamage.enabled
    falldamage.injury_length
    falldamage.max_vel
    falldamage.min_vel
    inv.loglevel
    interp.delayms
    netcull.list
    packets.loglevel
    packets.dropms
    packets.dropsec
    rcon.password
    save.autosavetime
    save.friendly
    server.clienttimeout
    server.framerate
    server.hostname
    server.map
    server.maxplayers
    server.port
    server.pvp
    server.receivebuffer
    server.sendbuffer
    server.sendrate
    server.timesrc
    sleepers.loglevel
    sleepers.on
    sleepers.pointsolver
    truth.punish
    truth.threshold
    voice.distance
    wildlife.forceupdate

  6. Post #6

    December 2013
    45 Posts
    Just Remember to login to to Admin before trying to use them :D

  7. Post #7

    February 2014
    7 Posts
    Out of curiousity what does truth.punish, truth.threshold, and server.clienttimeout do? And what are the units that server.clienttimeout uses (like seconds or minutes)?

  8. Post #8

    December 2013
    249 Posts
    Out of curiousity what does truth.punish, truth.threshold, and server.clienttimeout do? And what are the units that server.clienttimeout uses (like seconds or minutes)?
    Truth.punish determines whether or not the server will kick people for glitching into walls/objects, by disconnecting them.. If there's a fair bit of lag then it'll even kick you for teleporting or being teleported by/as an admin :p Still better to have it on though, as it makes things less hospitable for those using cheats. Not sure about truth.threshold, but if the default is 3-5 then it's likely a 'violation count' before it evicts that player.

    The clienttimeout setting is in seconds, and kicks players if they lag (or their connection fails to respond) for x seconds. I think the default is huge like 20-30 seconds, I put mine on 5 which hasn't caused any problems that I've seen. This may be intended to make it more difficult for people to dupe using artificial lag, and/or to combat njump cheating (disconnect, move and perform an action, move back to safety, reconnect) - though I don't know enough about that to comment further on the mechanics of it. Hope that helps though ;)