1. I've read everywhere and I keep trying to disable PvP in my server. I've tried adding +server.pvp false to the launcher. I've tried adding server.pvp false to the server config, that just resets. I've tried using f1/rcon to add it, no luck. Do I have to use a plugin? I have ZoneManager, I am wanting PvP only in my zones, PvP disabled by default. What am I suppose to do?
     
  2. Wulf

    Wulf Community Admin

    Rust doesn't have a server.pvp setting/command, it's server.pve true/false.
     
  3. I feel like an idiot, thanks! I was just looking at this I guess Server Commands - Play Rust Wiki
     
  4. Wulf

    Wulf Community Admin

    Yeah, that's all Rust Legacy commands there. :p
     
  5. It's reflecting damage when shooting players and buildings, also it's not being overwritten by the ZoneManager. Is it possible to make it so you can only attack people in these zones I have for PvP and no one can deal damage outside the zone. Sorry for the questions, first Rust server.
     
  6. Wulf

    Wulf Community Admin

    Pretty sure Zone Manager does its own thing, unrelated to that command.
     
  7. Ah, I understand. I'll have to find something to probably work with ZoneManager then.

    Also like I said before nothing in my server cfg file saves, I always have to set all the properties in my launcher.
    I'd love you forever if you could figure it out, searched everywhere.

    My launcher batch file:
    Code:
    :START
    RustDedicated.exe -batchmode +server.headerimage "http://www.vypr.one/uploads/serverimage.png" +server.url "rust.vypr.one" +server.description "A creative/PvE server for testing base designs, new in-game content, and more! All blueprints are researched and you'll have access to all resources in the game. Come give our server a try!   ***We're currently under construction***" +rcon.ip 192.168.1.178 +rcon.port 5678 +rcon.password "xxxxxxx" -cfg -server.port 28015 +ownerid "76561198017384651" -server.hostname "VyprONE - Creative | FAST | Low Pop | Sexy" -server.maxplayers 1000 -server.worldsize 4000 -server.identity "vyprone" -chat.serverlog 1 -server.netlog 1 server.saveinterval 300 -spawn.max_rate 1 -spawn.max_density 1 -autoupdate
    GOTO START