Personalizing the description of your Sunkenland server hosting can enhance its visibility and appeal to potential players by conveying what makes your server unique. Whether you’re emphasizing a focus on exploration, survival challenges, or community building, updating your server’s description is a key step. Here's how you can update the description of your Sunkenland server using the file manager or FTP access.
-
Access File Management
- Begin by accessing the file manager through your server’s control panel or by connecting via FTP. Both methods provide the means to navigate and edit your server's files.
-
Locate the Active World Folder
- Within the file manager or FTP client, navigate to the
saves/Worlds/
directory. This location houses the save files for your server’s worlds. -
Determine which world is currently active by matching the world GUID in the file names with the one specified in your server’s command line parameters.
- Within the file manager or FTP client, navigate to the
-
Edit the World Settings File
- After identifying the active world folder, open it and look for the
WorldSetting.json
file. This file contains various settings related to your world, including its description.
- After identifying the active world folder, open it and look for the
-
Update the Description
-
Open the
WorldSetting.json
file for editing. You’ll see a structure similar to the example below:
{ "ApplicationVersion": { "__type": "string", "value": "0.2.02" }, "WorldSettingProfile": { "__type": "WorldSettingProfile,Assembly-CSharp", "value": { "worldDescription": "Hosted by LogicServers.com", } } }
-
Locate the
worldDescription
property within the JSON structure. This field holds the current description of your world. -
Replace the
"Hosted by LogicServers.com"
text with your new description, ensuring to keep the quotation marks around your new description text.
5. Save the Changes
- After updating the
worldDescription
property with your new server description, save the changes to theWorldSetting.json
file.
-
-
Restart Your Server
- For the changes to take effect, you’ll need to restart your Sunkenland server. This can usually be done directly from the server control panel.
A compelling server description can attract more players by giving them a glimpse of the adventures that await in your Sunkenland server.