KnowledgebaseDont Starve Together

How To Change A Player's Character On Your Don't Starve Together Server

How To Change A Player's Character On Your Don't Starve Together Server

Don't Starve Together
ยท
Nov 9, 2024
ยท
3 min read

A player on your server may wish to change the character they picked when first joining your Don't Starve Together server. This article will walk you through the process of helping them change their selected character.

Note

In order to follow this article, you must beย connected as an administrator. You can find our article to assist you with this here.

#Drop a Player's Inventory

Despawning a player will also delete their items. Before despawning them, you may wish to have them drop all of their items.

  1. Open the developer console by pressing theย ~ย (tilde) key.

  2. Run the commandย c_listallplayers()ย to find the player's ID.

  3. Run the commandย AllPlayers[number].components.inventory:DropEverything()ย replacingย numberย with the player's ID.

For example:ย AllPlayers[3].components.inventory:DropEverything()


#Despawning a Player

In order for a player to re-pick their character, they will need to return to the character selection screen. This can be done by despawning them.

  1. Open the console by pressing theย ~ (tilde) key.

  2. Run the commandย c_listallplayers()ย to find the player's ID.

  3. Run the command c_despawn(AllPlayers[number]) replacing number with the player's numerical ID as seen below.

For example c_despawn(AllPlayers[3])

Don't Starve Together showing the short player ID in the admin console

If you need any more assistance getting started with your Don't Starve Together server, you can find a list of our other Knowledgebase articles here.

Discord์— ์ฐธ์—ฌํ•˜์„ธ์š”