Configure the World Name

When deploying to a new custom world server, it is necessary to specify a unique name for the deployment. This name will be used to identify the server and can be used by users to access the virtual environment. In order to specify the name, you need to include the "worldConfiguration" section in your scene.json file. The section should include a "name" property, which should be set to the desired name for the deployment. For example:

{
  ...
  
  "worldConfiguration" : {
    "name": "my-name.dcl.eth"
  }
  
  ...
}

It's important to note that the name specified in this section needs to be owned by the wallet that is signing the deployment.

Names are case sensitive. Please make sure to use the DCL name exactly as it appears in the NFT.

Last updated