cURL
curl --request PUT \ --url https://controller.platform.simplecloud.app/v0/players/sessions/settings \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data '{}'
{ "message": "Settings updated successfully", "settings": { "chat_colors": true, "chat_mode": "ENABLED", "client_listing_allowed": true, "locale": "en_US", "main_hand": "RIGHT", "skin_parts": [ "CAPE", "JACKET", "LEFT_SLEEVE" ], "view_distance": 12 }, "success": true }
Update client settings for an online player’s current session
Network ID
Network Secret
Player UUID (Minecraft UUID)
Settings to update
The body is of type object.
object
OK
Response for updating client settings
"Settings updated successfully"
Player client settings
Show child attributes
true
Was this page helpful?