1. Currently it is this:
    http://puu.sh/tYb9d/734216078c.jpg

    Going into my FTP section from MyGameServers gives me a server section, and I see my Oxide plugins bit and such, but there's no server.cfg to change the name of, and changing the server command line doesn't change it from what it currently is. See the current command line:

    -batchmode +server.ip 108.61.230.173 +server.port 28026 +server.level "Procedural Map" +server.seed 2198739 +server.maxplayers 50 +server.hostname "Get Jinxed!" +server.identity "1349032" +rcon.ip 108.61.230.173 +rcon.port 28028 +rcon.password <password> +query_port 28027 -nologs -load +server.description "Test description. Server is being set up!"

    I'm new to all this, and fairly dumb to boot, if any help can be given, please do explain it like I'm mentally impaired.
     
  2. Where are you hosting it and all this can be removed +query_port 28027 -nologs -load as its no longer used
     
  3. Wulf

    Wulf Community Admin

    The -nolog (should be this, not -nologs) setting actually comes from Unity and is used when you do not want logs to be created. (saves some i/o usage)
    Unity - Manual: Command line arguments