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?
Disabling PvP without plugin?
Discussion in 'Rust Discussion' started by Vypr, Sep 22, 2015.
-
Wulf Community Admin
Rust doesn't have a server.pvp setting/command, it's server.pve true/false.
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
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