Solved /help command and more

Discussion in 'Rust Discussion' started by H3XServers, Jun 14, 2015.

  1. Hey there, I've just started up my server today and I'm having a few problems!

    1. What plugin allows players to type /help to show a list of available commands to them.
    2. What plugin allows admins to fly
    3. When I'm in my server it shows another servers name.. why?

    Thanks!
     
  2. Wulf

    Wulf Community Admin

  3. Wow such a fast response, excellent thank you.

    Sorry for the double post. But I changed the server name but it still displays another servers name and it loads Hapis Island instead of procedural map which is what I have saved in my Commandline
     
    Last edited by a moderator: Jun 14, 2015
  4. Wulf

    Wulf Community Admin

    Please paste your command-line/script here.
     
  5. -batchmode -cfg "server\DefaultServer\cfg\server.cfg" +rcon.ip 5.101.136.120 +server.port 28015 +server.maxplayers 100 +server.hostname "[UK] H3X|50x|TP|HOME|KITS|INST|MORE" -server.worldsize 4000 +server.identity "DefaultServer" +server.level "Procedural Map" +server.seed 6738 +server.tickrate 30 -load +rcon.port 28016 +rcon.password "mypass" -logfile console.log
     
  6. Wulf

    Wulf Community Admin

    Code:
    @RustDedicated.exe -batchmode +server.port 28015 +server.maxplayers 100 +server.hostname "[UK] H3X|50x|TP|HOME|KITS|INST|MORE" +server.identity "DefaultServer" +server.level "Procedural Map" +server.worldsize 4000 +server.seed 6738 -load +server.tickrate 30 +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "yourpass"
    Should work fine. I did remove the useless parts.

    If your hostname still isn't being set, then it's reading it from the root cfg/server.cfg and changing it on startup.
     
  7. So I just replace what I have with:

    @RustDedicated.exe -batchmode +server.port 28015 +server.maxplayers 100 +server.hostname "[UK] H3X|50x|TP|HOME|KITS|INST|MORE" +server.identity "DefaultServer" +server.level "Procedural Map" +server.worldsize 4000 +server.seed 6738 -load +server.tickrate 30 +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "yourpass"

    ?