1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Server Help Default Spawn

Discussion in 'Multiplayer' started by sagenth, Jun 21, 2022.

  1. sagenth

    sagenth Pangalactic Porcupine

    So I'm trying to setup my server to have a default starting planet for players.. but I can't seem to get it working.

    Code:
    [
        {
            "op" : "replace",
            "path" : "/defaultWorldCoordinate",
            "value" : "53_5_-107441380_11"
        }
    ]
    
    The value I took from the storage directory for a lush world near the center of the universe (using FU). I am pretty sure the problem is I haven't put my `universe_server.config.patch` file in the correct directory. And instead of trying every possible directory I thought I'd just ask where to put the file.
     

Share This Page